Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 856da69c authored by Koushik Dutta's avatar Koushik Dutta Committed by Gerrit Code Review
Browse files

Merge "Add @hide to new fields/methods" into ics

parents 3b8ffd89 74780bcf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;

+2 −1
Original line number Diff line number Diff line
@@ -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"
+5 −0
Original line number Diff line number Diff line
@@ -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);
+3 −0
Original line number Diff line number Diff line
@@ -470,6 +470,9 @@ public class TelephonyManager {
        }
    }

    /**
     * {@hide}
     */
    public void toggleLTE(boolean on) {
        try {
            getITelephony().toggleLTE(on);