diff options
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 658ef96..c9fd6c4 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -834,9 +834,10 @@ android:label="@string/permlab_changeWimaxState" /> <!-- Allows applications to act as network scorers. @hide @SystemApi--> + <!-- TODO: Change protection level to normal when unhiding this API. --> <permission android:name="android.permission.SCORE_NETWORKS" android:permissionGroup="android.permission-group.NETWORK" - android:protectionLevel="normal" + android:protectionLevel="signature|system" android:description="@string/permdesc_scoreNetworks" android:label="@string/permlab_scoreNetworks" /> |