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

Commit 39624ff3 authored by Roshan Pius's avatar Roshan Pius
Browse files

Promote RADIO_SCAN_WITHOUT_LOCATION permission to @SystemApi

This is used by the wifi mainline module & hence needs to be a formal
API constant.

Bug: 147396785
Test: Compiles
Change-Id: I018bf6be1d1c33031d1cb24aa5ff36ee473c4602
parent dc3e07d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ package android {
    field public static final String PROVIDE_RESOLVER_RANKER_SERVICE = "android.permission.PROVIDE_RESOLVER_RANKER_SERVICE";
    field public static final String PROVIDE_TRUST_AGENT = "android.permission.PROVIDE_TRUST_AGENT";
    field public static final String QUERY_TIME_ZONE_RULES = "android.permission.QUERY_TIME_ZONE_RULES";
    field public static final String RADIO_SCAN_WITHOUT_LOCATION = "android.permission.RADIO_SCAN_WITHOUT_LOCATION";
    field public static final String READ_ACTIVE_EMERGENCY_SESSION = "android.permission.READ_ACTIVE_EMERGENCY_SESSION";
    field public static final String READ_CELL_BROADCASTS = "android.permission.READ_CELL_BROADCASTS";
    field public static final String READ_CONTENT_RATING_SYSTEMS = "android.permission.READ_CONTENT_RATING_SYSTEMS";
+1 −0
Original line number Diff line number Diff line
@@ -1655,6 +1655,7 @@
    <!-- Allows holder to request bluetooth/wifi scan bypassing global "use location" setting and
         location permissions.
         <p>Not for use by third-party or privileged applications.
         @SystemApi
         @hide
    -->
    <permission android:name="android.permission.RADIO_SCAN_WITHOUT_LOCATION"