Merge changes from topic "radio_scan_system_api"
* changes: Promote RADIO_SCAN_WITHOUT_LOCATION permission to @SystemApi Process: Make WIFI_UID a public API constant
This commit is contained in:
committed by
Android (Google) Code Review
commit
a5bd79b07e
@@ -35831,6 +35831,7 @@ package android.os {
|
||||
field public static final int THREAD_PRIORITY_URGENT_AUDIO = -19; // 0xffffffed
|
||||
field public static final int THREAD_PRIORITY_URGENT_DISPLAY = -8; // 0xfffffff8
|
||||
field public static final int THREAD_PRIORITY_VIDEO = -10; // 0xfffffff6
|
||||
field public static final int WIFI_UID = 1010; // 0x3f2
|
||||
}
|
||||
|
||||
public abstract class ProxyFileDescriptorCallback {
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -68,10 +68,9 @@ public class Process {
|
||||
public static final int LOG_UID = 1007;
|
||||
|
||||
/**
|
||||
* Defines the UID/GID for the WIFI supplicant process.
|
||||
* @hide
|
||||
* Defines the UID/GID for the WIFI native processes like wificond, supplicant, hostapd,
|
||||
* vendor HAL, etc.
|
||||
*/
|
||||
@UnsupportedAppUsage
|
||||
public static final int WIFI_UID = 1010;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1654,6 +1654,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"
|
||||
|
||||
Reference in New Issue
Block a user