Skip to content

Commit fd5e5c1

Browse files
committed
No public description
PiperOrigin-RevId: 628986388
1 parent 67ae650 commit fd5e5c1

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
@@ -230,16 +230,6 @@
230230
</intent-filter>
231231
</receiver>
232232

233-
<receiver android:name=".PolicyChangeMonitor"
234-
android:exported="true"
235-
android:enabled="@bool/is_u_or_later"
236-
android:permission="android.permission.BIND_DEVICE_ADMIN">
237-
<intent-filter>
238-
<action android:name="android.app.admin.action.DEVICE_POLICY_CHANGED"/>
239-
<action android:name="android.app.admin.action.DEVICE_POLICY_SET_RESULT"/>
240-
</intent-filter>
241-
</receiver>
242-
243233
<service android:name=".policy.resetpassword.ResetPasswordService"
244234
android:enabled="@bool/is_o_or_later"
245235
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
@@ -1178,12 +1178,6 @@
11781178
<string name="package_added_notification_text">%1$s is added</string>
11791179
<string name="package_removed_notification_text">%1$s is removed</string>
11801180

1181-
<string name="policy_altered_log_text">%1$s policy altered</string>
1182-
<string name="policy_restored_log_text">%1$s policy restored</string>
1183-
<string name="policy_set_log_text">%1$s policy set</string>
1184-
<string name="policy_cleared_log_text">%1$s policy cleared</string>
1185-
<string name="policy_not_set_log_text">%1$s policy could not be set as expected</string>
1186-
11871181
<string name="cross_profile_section">Cross profile</string>
11881182
<string name="cross_profile_apps_api">Demonstrate CrossProfileApps API</string>
11891183
<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)