Loading core/java/android/content/Intent.java +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading core/res/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3464,7 +3464,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> Loading Loading
core/java/android/content/Intent.java +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
core/res/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3464,7 +3464,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> Loading