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

Commit 3d6b1d27 authored by “Ankita's avatar “Ankita
Browse files

Add intent for allowing apps to open cloned apps settings.

Bug: 249916503
Test: builds
Change-Id: Ibf097202c2db4528d16a4d5d1dc295184f8e4054
parent 54716fa8
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -191,6 +191,21 @@ public final class Settings {
    public static final String ACTION_LOCATION_SCANNING_SETTINGS =
            "android.settings.LOCATION_SCANNING_SETTINGS";
    /**
     * Activity Action: Show settings to manage creation/deletion of cloned apps.
     * <p>
     * In some cases, a matching Activity may not exist, so ensure you
     * safeguard against this.
     * <p>
     * Input: Nothing.
     * <p>
     * Output: Nothing.
     * @hide
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_MANAGE_CLONED_APPS_SETTINGS =
            "android.settings.MANAGE_CLONED_APPS_SETTINGS";
    /**
     * Activity Action: Show settings to allow configuration of users.
     * <p>