Skip to content

Commit 358d453

Browse files
author
bernardchau
committed
Update TestDpc to use the updated password complexity permission
Bug: 128030136 Test: N/A Change-Id: I5c42e55dee57be9e4802d0f9928fd0854fe38f34
1 parent 09de3ea commit 358d453

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.REQUEST_SCREEN_LOCK_COMPLEXITY"/>
32+
<uses-permission android:name="android.permission.REQUEST_PASSWORD_COMPLEXITY"/>
3333

3434
<application
3535
android:allowBackup="true"

0 commit comments

Comments
 (0)