File tree Expand file tree Collapse file tree 2 files changed +6
-57
lines changed
java/com/afwsamples/testdpc/policy Expand file tree Collapse file tree 2 files changed +6
-57
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
+ <intent-filter >
77
+ <action android : name =" android.app.action.ADMIN_POLICY_COMPLIANCE" />
78
+ <category android : name =" android.intent.category.DEFAULT" />
79
+ </intent-filter >
80
+ </activity >
76
81
77
82
<activity
78
83
android : name =" .cosu.EnableCosuActivity"
99
104
</intent-filter >
100
105
</activity >
101
106
102
- <activity android : name =" .policy.DpcEnforcePoliciesActivity"
103
- android : exported =" true" >
104
- <intent-filter >
105
- <action android : name =" android.app.action.ADMIN_POLICY_COMPLIANCE" />
106
- <category android : name =" android.intent.category.DEFAULT" />
107
- </intent-filter >
108
- </activity >
109
-
110
107
<activity
111
108
android : name =" .provision.ProvisioningSuccessActivity"
112
109
android : theme =" @android:style/Theme.NoDisplay" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments