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

Commit c8cc5b8f authored by Ankita Vyas's avatar Ankita Vyas Committed by Android (Google) Code Review
Browse files

Merge "Add intent for allowing apps to open cloned apps settings."

parents 0f461bf4 3d6b1d27
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>