OSDN Git Service

Merge "Change protectionLevel for READ_PRECISE_PHONE_STATE from dangerous to signatur...
[android-x86/frameworks-base.git] / core / res / AndroidManifest.xml
index d7720a2..0767dbb 100644 (file)
          @hide Pending API council approval -->
     <permission android:name="android.permission.READ_PRECISE_PHONE_STATE"
         android:permissionGroup="android.permission-group.PHONE_CALLS"
-        android:protectionLevel="dangerous"
+        android:protectionLevel="signature|system"
         android:label="@string/permlab_readPrecisePhoneState"
         android:description="@string/permdesc_readPrecisePhoneState" />