|
|
@ -1681,6 +1681,8 @@ cellSignalStrengthGsm.getDbm();
|
|
|
|
public static native long requestPowerControl(int type);
|
|
|
|
public static native long requestPowerControl(int type);
|
|
|
|
public static native boolean releasePowerControl(long powerControlHandle);
|
|
|
|
public static native boolean releasePowerControl(long powerControlHandle);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static native int getCustomAppId();
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////GPS////////////////////
|
|
|
|
////////////////////////GPS////////////////////
|
|
|
|
// private static final String GPS_LOCATION_NAME = android.location.LocationManager.GPS_PROVIDER;
|
|
|
|
// private static final String GPS_LOCATION_NAME = android.location.LocationManager.GPS_PROVIDER;
|
|
|
|
private LocationManager mLocationManager;
|
|
|
|
private LocationManager mLocationManager;
|
|
|
|