diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 4f451c742af5..57a2edee74de 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2451,7 +2451,7 @@ <!-- Allows applications to act as network scorers. @hide @SystemApi--> <permission android:name="android.permission.LOCAL_MAC_ADDRESS" - android:protectionLevel="signature" /> + android:protectionLevel="signatureOrSystem" /> <!-- The system process is explicitly the only one allowed to launch the confirmation UI for full backup/restore --> |