android.software.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2010 The Android Open Source Project
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <permissions>
  14. <!-- This is Android and fully CTS compatible. Basically this is for CTS tests to use. -->
  15. <feature name="android.software.cts" />
  16. <!-- basic system services -->
  17. <feature name="android.software.app_widgets" />
  18. <feature name="android.software.voice_recognizers" />
  19. <feature name="android.software.backup" />
  20. <feature name="android.software.home_screen" />
  21. <feature name="android.software.input_methods" />
  22. <feature name="android.software.picture_in_picture" />
  23. <feature name="android.software.activities_on_secondary_displays" />
  24. <feature name="android.software.print" />
  25. <feature name="android.software.companion_device_setup" />
  26. <feature name="android.software.autofill" />
  27. <feature name="android.software.cant_save_state" />
  28. <feature name="android.software.secure_lock_screen" />
  29. <!-- Feature to specify if the device supports adding device admins. -->
  30. <feature name="android.software.device_admin" />
  31. <!-- Feature to specify if the device support managed users. -->
  32. <feature name="android.software.managed_users" />
  33. <!-- Feature to specify if the device supports controls. -->
  34. <feature name="android.software.controls" />
  35. </permissions>