am 44e8ff99: Adding a new intent to allow for apps (Launcher) to jump to the All Apps tab in the settings.
Merge commit '44e8ff9924db43ee2470d868ce31b1c039c99b35' into gingerbread-plus-aosp * commit '44e8ff9924db43ee2470d868ce31b1c039c99b35': Adding a new intent to allow for apps (Launcher) to jump to the All Apps tab in the settings.
This commit is contained in:
@@ -144801,6 +144801,17 @@
|
|||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS"
|
||||||
|
type="java.lang.String"
|
||||||
|
transient="false"
|
||||||
|
volatile="false"
|
||||||
|
value=""android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS""
|
||||||
|
static="true"
|
||||||
|
final="true"
|
||||||
|
deprecated="not deprecated"
|
||||||
|
visibility="public"
|
||||||
|
>
|
||||||
|
</field>
|
||||||
<field name="ACTION_MANAGE_APPLICATIONS_SETTINGS"
|
<field name="ACTION_MANAGE_APPLICATIONS_SETTINGS"
|
||||||
type="java.lang.String"
|
type="java.lang.String"
|
||||||
transient="false"
|
transient="false"
|
||||||
|
|||||||
@@ -354,6 +354,20 @@ public final class Settings {
|
|||||||
public static final String ACTION_MANAGE_APPLICATIONS_SETTINGS =
|
public static final String ACTION_MANAGE_APPLICATIONS_SETTINGS =
|
||||||
"android.settings.MANAGE_APPLICATIONS_SETTINGS";
|
"android.settings.MANAGE_APPLICATIONS_SETTINGS";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Activity Action: Show settings to manage all applications.
|
||||||
|
* <p>
|
||||||
|
* In some cases, a matching Activity may not exist, so ensure you
|
||||||
|
* safeguard against this.
|
||||||
|
* <p>
|
||||||
|
* Input: Nothing.
|
||||||
|
* <p>
|
||||||
|
* Output: Nothing.
|
||||||
|
*/
|
||||||
|
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||||
|
public static final String ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS =
|
||||||
|
"android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Activity Action: Show screen of details about a particular application.
|
* Activity Action: Show screen of details about a particular application.
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
Reference in New Issue
Block a user