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

Commit 58aa11bd authored by Lifu Tang's avatar Lifu Tang
Browse files

Add an action to launch scanning settings

Needs to launch scanning settings from other apps

Bug: 77823544
Test: build and flash
Change-Id: If02b359dcbfee79b34b6b66abb3cf36a2a3412e3
parent a668c663
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -141,6 +141,22 @@ public final class Settings {
    public static final String ACTION_LOCATION_SOURCE_SETTINGS =
            "android.settings.LOCATION_SOURCE_SETTINGS";
    /**
     * Activity Action: Show scanning settings to allow configuration of Wi-Fi
     * and Bluetooth scanning settings.
     * <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_LOCATION_SCANNING_SETTINGS =
            "android.settings.LOCATION_SCANNING_SETTINGS";
    /**
     * Activity Action: Show settings to allow configuration of users.
     * <p>