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

Commit 3f6295ee authored by Haik Kalantarian's avatar Haik Kalantarian Committed by Android (Google) Code Review
Browse files

Merge "Added Intent constant for Settings->eSim deeplink"

parents 5e1c110d bbb3860d
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -294,6 +294,19 @@ public final class Settings {
    public static final String ACTION_AIRPLANE_MODE_SETTINGS =
            "android.settings.AIRPLANE_MODE_SETTINGS";
    /**
     * Activity Action: Show enabled eSim profile in Settings
     * <p>
     * This opens the Settings page for the currently enabled eSim profile
     * <p>
     * Input: Nothing.
     * <p>
     * Output: Nothing.
     * @hide
     */
    public static final String ACTION_SHOW_ENABLED_ESIM_PROFILE =
            "android.settings.SHOW_ENABLED_ESIM_PROFILE";
    /**
     * Activity Action: Show mobile data usage list.
     * <p>