am 1901e175: Merge "Change protectionLevel for READ_PRECISE_PHONE_STATE from dangerous to signatureOrSystem." into lmp-dev

* commit '1901e175079e3b7242ace7d4b3ec38af3723f91b':
  Change protectionLevel for READ_PRECISE_PHONE_STATE from dangerous to signatureOrSystem.
This commit is contained in:
Amit Mahajan
2014-10-13 22:03:52 +00:00
committed by Android Git Automerger

View File

@@ -1239,7 +1239,7 @@
@hide Pending API council approval --> @hide Pending API council approval -->
<permission android:name="android.permission.READ_PRECISE_PHONE_STATE" <permission android:name="android.permission.READ_PRECISE_PHONE_STATE"
android:permissionGroup="android.permission-group.PHONE_CALLS" android:permissionGroup="android.permission-group.PHONE_CALLS"
android:protectionLevel="dangerous" android:protectionLevel="signature|system"
android:label="@string/permlab_readPrecisePhoneState" android:label="@string/permlab_readPrecisePhoneState"
android:description="@string/permdesc_readPrecisePhoneState" /> android:description="@string/permdesc_readPrecisePhoneState" />