Skip to content

Commit 13d31da

Browse files
Antoan AngelovAndroid (Google) Code Review
authored andcommitted
Merge "Add BIND_DEVICE_ADMIN permission to admin integrated flow screens." into ub-testdpc-qt
2 parents 1890f78 + 2272707 commit 13d31da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
<activity
7373
android:name=".FinalizeActivity"
7474
android:label="@string/app_name"
75-
android:theme="@style/SuwThemeGlifV3.Light">
75+
android:theme="@style/SuwThemeGlifV3.Light"
76+
android:permission="android.permission.BIND_DEVICE_ADMIN">
7677
<intent-filter>
7778
<action android:name="android.app.action.ADMIN_POLICY_COMPLIANCE" />
7879
<category android:name="android.intent.category.DEFAULT"/>
@@ -97,7 +98,8 @@
9798
</activity>
9899

99100
<activity android:name=".provision.DpcLoginActivity"
100-
android:exported="true">
101+
android:exported="true"
102+
android:permission="android.permission.BIND_DEVICE_ADMIN">
101103
<intent-filter>
102104
<action android:name="android.app.action.GET_PROVISIONING_MODE" />
103105
<category android:name="android.intent.category.DEFAULT"/>

0 commit comments

Comments
 (0)