Skip to content

Commit 7313116

Browse files
author
Bernard Chau
committed
Updated to use new name of screen lock complexity permission
Bug: 123661671 Test: manual Change-Id: Iebff87832bee926d42103e2f76cfa9054e54000f
1 parent 3766ffb commit 7313116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
3030
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
3131
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
32-
<uses-permission android:name="android.permission.GET_AND_REQUEST_SCREEN_LOCK_COMPLEXITY"/>
32+
<uses-permission android:name="android.permission.REQUEST_SCREEN_LOCK_COMPLEXITY"/>
3333

3434
<application
3535
android:allowBackup="true"

0 commit comments

Comments
 (0)