Skip to content

Commit

Permalink
Rename managed_profiles feature to managed_users
Browse files Browse the repository at this point in the history
Bug: 17392243
Change-Id: Ib60d1563ecdda9a979196ef51e849be2f9e9f841
  • Loading branch information
Amith Yamasani committed Sep 12, 2014
1 parent 70b9e6c commit 2ab32d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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>
<feature name="android.software.managed_profiles" />
<feature name="android.software.managed_users" />
</permissions>
4 changes: 2 additions & 2 deletions data/etc/handheld_core_hardware.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<!-- Feature to specify if the device supports adding device admins. -->
<feature name="android.software.device_admin" />

<!-- Feature to specify if the device support managed profiles. -->
<feature name="android.software.managed_profiles" />
<!-- Feature to specify if the device support managed users. -->
<feature name="android.software.managed_users" />

<!-- devices with GPS must include android.hardware.location.gps.xml -->
<!-- devices with an autofocus camera and/or flash must include either
Expand Down
4 changes: 2 additions & 2 deletions data/etc/tablet_core_hardware.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<!-- Feature to specify if the device supports adding device admins. -->
<feature name="android.software.device_admin" />

<!-- Feature to specify if the device support managed profiles. -->
<feature name="android.software.managed_profiles" />
<!-- Feature to specify if the device support managed users. -->
<feature name="android.software.managed_users" />

<!-- devices with GPS must include android.hardware.location.gps.xml -->
<!-- devices with a rear-facing camera must include one of these as appropriate:
Expand Down

0 comments on commit 2ab32d6

Please sign in to comment.