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

Commit 6a27b97c authored by Sudheer Shanka's avatar Sudheer Shanka Committed by android-build-merger
Browse files

Merge "Change namespace of ACTION_REQUEST_SHUTDOWN." into oc-dev am: 670e750b

am: e6fd3d42

Change-Id: I869f5455d0f7c95e3fe05581526dba5ee3785a62
parents 28b29a52 e6fd3d42
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2447,7 +2447,8 @@ public class Intent implements Parcelable, Cloneable {
     *
     * {@hide}
     */
    public static final String ACTION_REQUEST_SHUTDOWN = "android.intent.action.ACTION_REQUEST_SHUTDOWN";
    public static final String ACTION_REQUEST_SHUTDOWN
            = "com.android.internal.intent.action.REQUEST_SHUTDOWN";
    /**
     * Broadcast Action: A sticky broadcast that indicates low storage space
     * condition on the device
+1 −1
Original line number Diff line number Diff line
@@ -3473,7 +3473,7 @@
            android:theme="@style/Theme.NoDisplay"
            android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
                <action android:name="com.android.internal.intent.action.REQUEST_SHUTDOWN" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>