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

Commit 9d8b876c authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Add android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS.

Maps to "android.settings.DEVICE_INFO_SETTINGS", which
launches the DeviceInfoSettings activity in Settings.
parent 0c8569f2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -130694,6 +130694,17 @@
 visibility="public"
>
</field>
<field name="ACTION_DEVICE_INFO_SETTINGS"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;android.settings.DEVICE_INFO_SETTINGS&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="ACTION_DISPLAY_SETTINGS"
 type="java.lang.String"
 transient="false"
+15 −0
Original line number Diff line number Diff line
@@ -450,6 +450,21 @@ public final class Settings {
    public static final String ACTION_SEARCH_SETTINGS =
        "android.search.action.SEARCH_SETTINGS";

    /**
     * Activity Action: Show general device information settings (serial
     * number, software version, phone number, etc.).
     * <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_DEVICE_INFO_SETTINGS =
        "android.settings.DEVICE_INFO_SETTINGS";

    // End of Intent actions for Settings

    private static final String JID_RESOURCE_PREFIX = "android";