Rename managed_profiles feature to managed_users
Bug: 17392243 Change-Id: Ib60d1563ecdda9a979196ef51e849be2f9e9f841
This commit is contained in:
parent
70b9e6c8f3
commit
2ab32d6915
@ -14,7 +14,7 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- This is the standard feature indicating that the device supports managed profiles. -->
|
<!-- This is the standard feature indicating that the device supports managed users. -->
|
||||||
<permissions>
|
<permissions>
|
||||||
<feature name="android.software.managed_profiles" />
|
<feature name="android.software.managed_users" />
|
||||||
</permissions>
|
</permissions>
|
@ -46,8 +46,8 @@
|
|||||||
<!-- Feature to specify if the device supports adding device admins. -->
|
<!-- Feature to specify if the device supports adding device admins. -->
|
||||||
<feature name="android.software.device_admin" />
|
<feature name="android.software.device_admin" />
|
||||||
|
|
||||||
<!-- Feature to specify if the device support managed profiles. -->
|
<!-- Feature to specify if the device support managed users. -->
|
||||||
<feature name="android.software.managed_profiles" />
|
<feature name="android.software.managed_users" />
|
||||||
|
|
||||||
<!-- devices with GPS must include android.hardware.location.gps.xml -->
|
<!-- devices with GPS must include android.hardware.location.gps.xml -->
|
||||||
<!-- devices with an autofocus camera and/or flash must include either
|
<!-- devices with an autofocus camera and/or flash must include either
|
||||||
|
@ -47,8 +47,8 @@
|
|||||||
<!-- Feature to specify if the device supports adding device admins. -->
|
<!-- Feature to specify if the device supports adding device admins. -->
|
||||||
<feature name="android.software.device_admin" />
|
<feature name="android.software.device_admin" />
|
||||||
|
|
||||||
<!-- Feature to specify if the device support managed profiles. -->
|
<!-- Feature to specify if the device support managed users. -->
|
||||||
<feature name="android.software.managed_profiles" />
|
<feature name="android.software.managed_users" />
|
||||||
|
|
||||||
<!-- devices with GPS must include android.hardware.location.gps.xml -->
|
<!-- devices with GPS must include android.hardware.location.gps.xml -->
|
||||||
<!-- devices with a rear-facing camera must include one of these as appropriate:
|
<!-- devices with a rear-facing camera must include one of these as appropriate:
|
||||||
|
Loading…
Reference in New Issue
Block a user