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

Commit 8d56ff8b authored by Jerome Poichet's avatar Jerome Poichet Committed by Android (Google) Code Review
Browse files

Merge "Adding Activity Action entry"

parents c9ee304c 7974cb36
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -769,6 +769,17 @@ public final class Settings {
    public static final String
            ACTION_SHOW_REGULATORY_INFO = "android.settings.SHOW_REGULATORY_INFO";

    /**
     * Activity Action: Show Device Name Settings.
     * <p>
     * In some cases, a matching Activity may not exist, so ensure you safeguard
     * against ithis.
     *
     * @hide
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String DEVICE_NAME_SETTINGS = "android.settings.DEVICE_NAME";

    // End of Intent actions for Settings

    /**