File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 72
72
<activity
73
73
android : name =" .FinalizeActivity"
74
74
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" >
76
77
<intent-filter >
77
78
<action android : name =" android.app.action.ADMIN_POLICY_COMPLIANCE" />
78
79
<category android : name =" android.intent.category.DEFAULT" />
97
98
</activity >
98
99
99
100
<activity android : name =" .provision.DpcLoginActivity"
100
- android : exported =" true" >
101
+ android : exported =" true"
102
+ android : permission =" android.permission.BIND_DEVICE_ADMIN" >
101
103
<intent-filter >
102
104
<action android : name =" android.app.action.GET_PROVISIONING_MODE" />
103
105
<category android : name =" android.intent.category.DEFAULT" />
You can’t perform that action at this time.
0 commit comments