Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1578126 authored by Felipe Leme's avatar Felipe Leme
Browse files

Added android.software.device_admin feature.

This feature allow the device to be managed by a device owner app.

NOTE: not fully supported yet, CTS tests are still failing.

Bug: 178412797
Test: adb shell pm list features | grep admin || echo NOT_FOUND

Change-Id: Ie0f7daa176e6c4a78b9dc28ed856f70b638fe73a
parent 87eb2c41
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -47,6 +47,12 @@
    <feature name="android.software.secure_lock_screen" />
    <feature name="android.software.input_methods" />


    <!-- Feature to support device admins -->
    <!-- TODO(b/178412797): not fully supported yet, CTS tests are still
         failing. -->
    <feature name="android.software.device_admin" />

    <!-- devices with GPS must include android.hardware.location.gps.xml -->
    <!-- devices with an autofocus camera and/or flash must include either
         android.hardware.camera.autofocus.xml or