Skip to content

Commit 72306c3

Browse files
jscott1989pfmaggi
authored andcommitted
No public description
PiperOrigin-RevId: 581262175
1 parent a08f9ae commit 72306c3

File tree

3 files changed

+0
-59
lines changed

3 files changed

+0
-59
lines changed

src/main/AndroidManifest.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -201,16 +201,6 @@
201201
</intent-filter>
202202
</receiver>
203203

204-
<receiver android:name=".PolicyChangeMonitor"
205-
android:exported="true"
206-
android:enabled="@bool/is_u_or_later"
207-
android:permission="android.permission.BIND_DEVICE_ADMIN">
208-
<intent-filter>
209-
<action android:name="android.app.admin.action.DEVICE_POLICY_CHANGED"/>
210-
<action android:name="android.app.admin.action.DEVICE_POLICY_SET_RESULT"/>
211-
</intent-filter>
212-
</receiver>
213-
214204
<service android:name=".policy.resetpassword.ResetPasswordService"
215205
android:enabled="@bool/is_o_or_later"
216206
android:exported="false"

src/main/java/com/afwsamples/testdpc/PolicyChangeMonitor.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/main/res/values/strings.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,12 +1170,6 @@
11701170
<string name="package_added_notification_text">%1$s is added</string>
11711171
<string name="package_removed_notification_text">%1$s is removed</string>
11721172

1173-
<string name="policy_altered_log_text">%1$s policy altered</string>
1174-
<string name="policy_restored_log_text">%1$s policy restored</string>
1175-
<string name="policy_set_log_text">%1$s policy set</string>
1176-
<string name="policy_cleared_log_text">%1$s policy cleared</string>
1177-
<string name="policy_not_set_log_text">%1$s policy could not be set as expected</string>
1178-
11791173
<string name="cross_profile_section">Cross profile</string>
11801174
<string name="cross_profile_apps_api">Demonstrate CrossProfileApps API</string>
11811175
<string name="cross_profile_apps_api_explanation">By using the CrossProfileApps APIs, apps can start an instance in another profile, provided that the app is also installed in that profile.</string>

0 commit comments

Comments
 (0)