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 24dabfc02454..a668e8e6dd0f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4507,7 +4507,7 @@      <!-- Allows access to keyguard secure storage.  Only allowed for system processes.          @hide -->      <permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE" -        android:protectionLevel="signature" /> +        android:protectionLevel="signature|setup" />      <!-- Allows applications to set the initial lockscreen state.           <p>Not for use by third-party applications. @hide --> |