Skip to content

Commit 15df297

Browse files
TreeHugger RobotAndroid (Google) Code Review
authored andcommitted
Merge "Change device_admin_receiver.xml to include the new support-transfer-ownership tag." into ub-testdpc-pic
2 parents 98bbb52 + 69f3751 commit 15df297

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@
109109
<meta-data
110110
android:name="android.app.device_admin"
111111
android:resource="@xml/device_admin_receiver"/>
112-
<meta-data
113-
android:name="android.app.support_transfer_ownership"
114-
android:value="true"/>
115112
<intent-filter>
116113
<action android:name="android.app.action.DEVICE_ADMIN_ENABLED"/>
117114
<action android:name="android.app.action.PROFILE_PROVISIONING_COMPLETE"/>

app/src/main/res/xml/device_admin_receiver.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
-->
1717

1818
<device-admin>
19+
<support-transfer-ownership/>
1920
<uses-policies>
2021
<limit-password/>
2122
<watch-login/>

0 commit comments

Comments
 (0)