Merge "Un-expose LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH for R." into rvc-dev am: d200e5deb6 am: 789d146481 am: e3bdab61e0
Change-Id: I82ef28916b22a3d97848dce42b5f730d87e768d6
This commit is contained in:
@@ -104,7 +104,6 @@ package android {
|
||||
field public static final String INTERNAL_SYSTEM_WINDOW = "android.permission.INTERNAL_SYSTEM_WINDOW";
|
||||
field public static final String INVOKE_CARRIER_SETUP = "android.permission.INVOKE_CARRIER_SETUP";
|
||||
field public static final String KILL_UID = "android.permission.KILL_UID";
|
||||
field public static final String LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH = "android.permission.LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH";
|
||||
field public static final String LOCAL_MAC_ADDRESS = "android.permission.LOCAL_MAC_ADDRESS";
|
||||
field public static final String LOCK_DEVICE = "android.permission.LOCK_DEVICE";
|
||||
field public static final String LOOP_RADIO = "android.permission.LOOP_RADIO";
|
||||
|
||||
@@ -2164,7 +2164,7 @@
|
||||
<permission android:name="android.permission.READ_ACTIVE_EMERGENCY_SESSION"
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<!-- @SystemApi Allows listen permission to always reported signal strength.
|
||||
<!-- Allows listen permission to always reported signal strength.
|
||||
@hide Used internally. -->
|
||||
<permission android:name="android.permission.LISTEN_ALWAYS_REPORTED_SIGNAL_STRENGTH"
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
Reference in New Issue
Block a user