Loading core/java/android/app/Notification.java +2 −0 Original line number Diff line number Diff line Loading @@ -309,6 +309,8 @@ public class Notification implements Parcelable * Bit to be bitwise-ored into the {@link #flags} field that should be * set if this notification should force the led to pulse even if the * screen has been shut off while the notification was active. * * @hide */ public static final int FLAG_FORCE_LED_SCREEN_OFF = 0x00000100; Loading core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -541,7 +541,8 @@ android:label="@string/permlab_camera" android:description="@string/permdesc_camera" /> <!-- Allows an application to override the power key action --> <!-- Allows an application to override the power key action @hide --> <permission android:name="android.permission.PREVENT_POWER_KEY" android:permissionGroup="android.permission-group.HARDWARE_CONTROLS" android:protectionLevel="dangerous" Loading location/java/android/location/LocationManager.java +5 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,11 @@ public class LocationManager { return provider; } /** * Set the source from which to read gps info * * {@hide} */ public void setGPSSource(String device) { try { mService.setGPSSource(device); Loading telephony/java/android/telephony/TelephonyManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -470,6 +470,9 @@ public class TelephonyManager { } } /** * {@hide} */ public void toggleLTE(boolean on) { try { getITelephony().toggleLTE(on); Loading Loading
core/java/android/app/Notification.java +2 −0 Original line number Diff line number Diff line Loading @@ -309,6 +309,8 @@ public class Notification implements Parcelable * Bit to be bitwise-ored into the {@link #flags} field that should be * set if this notification should force the led to pulse even if the * screen has been shut off while the notification was active. * * @hide */ public static final int FLAG_FORCE_LED_SCREEN_OFF = 0x00000100; Loading
core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -541,7 +541,8 @@ android:label="@string/permlab_camera" android:description="@string/permdesc_camera" /> <!-- Allows an application to override the power key action --> <!-- Allows an application to override the power key action @hide --> <permission android:name="android.permission.PREVENT_POWER_KEY" android:permissionGroup="android.permission-group.HARDWARE_CONTROLS" android:protectionLevel="dangerous" Loading
location/java/android/location/LocationManager.java +5 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,11 @@ public class LocationManager { return provider; } /** * Set the source from which to read gps info * * {@hide} */ public void setGPSSource(String device) { try { mService.setGPSSource(device); Loading
telephony/java/android/telephony/TelephonyManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -470,6 +470,9 @@ public class TelephonyManager { } } /** * {@hide} */ public void toggleLTE(boolean on) { try { getITelephony().toggleLTE(on); Loading