summaryrefslogtreecommitdiffstats
path: root/permissions
Commit message (Collapse)AuthorAgeFilesLines
* Fix feature set of low-ram configuration of AndroidTVOleksandr Tolstykh2018-06-121-2/+2
| | | | | | | | | | | | | | Despite the fact that the multiscreen is disabled on low_ram, AndroidTV shows picture_in_picture and activities_on_secondary_displays in the available feature set (adb shell pm list features). It causes some applications to crash when enter PIP functionality because PackageManager.hasSystemFeature returns true (should be false) on low_ram configuration. Test: manual test - try to run application (Live Channels & VLC) in PIP before and after change. Bug: 109863784 Change-Id: I3b84cabc13f281b60b754a5be096dc99e883c770 (cherry picked from commit ea4cd4f0c44f3dde7186bacbc37b8c44ccafe703)
* atv: enable autofill featureDake Gu2017-12-141-0/+1
| | | | | | | | | | | | Enable the feature to test. There isn't any service installed yet. So it does not have impact on users. This is required for further work. Tested manually on a local build with a sample service. Bug: 70684616 Test: N/A there is no service installed no actual impact Change-Id: I2abe08d7261199d8b13c39c64ef9d5f127ba1176
* atv device: add missing android.software.input_methodsDake Gu2017-12-111-0/+1
| | | | | | Test: manual test on elfin oc-mr1-dev Bug: 70440187 Change-Id: I4c4794538fb492e98ae0065e2de0f4ec8f569ae8
* Add CTS as required feature for android TVsHelen Parsons2017-04-111-0/+2
| | | | | | | Test: Tested through CTS PermissionFeatureTest Fixes:36863299 Change-Id: I8c061c5e2489e46c0b952aa5c3dbdb5d628c6cf8
* Enable FEATURE_ACTIVITIES_ON_SECONDARY_DISPLAYS on Android TV devicesAndrii Kulian2017-04-071-0/+1
| | | | | | Bug: 36776777 Test: android.server.cts.ActivityManagerDisplayTests Change-Id: Idc06547c0a2dc5e027fa63f358d3fd0e3c47065a
* Removing android.software.app_widgets feature from TVsDmitri Plotnikov2016-03-251-1/+0
| | | | | Bug: 26110877 Change-Id: I32ded5588bb21ebf4938620900fc4c121491e778
* Making print feature optional on Android TVDmitri Plotnikov2016-03-141-1/+0
| | | | | Bug: 23831395 Change-Id: Ic5fc2edf54466b0dd79b969c3fb10d2fd7a6ee6f
* Enable FEATURE_PICTURE_IN_PICTURE on Android TV devices.Wale Ogunwale2015-12-151-0/+1
| | | | | | Bug: 25580820 Bug: 26187878 Change-Id: Idcf6d8eddca54bd2b520d7a35d7dfb8c42c3840c
* TV pakcage and com.google.android.tv.installed feature policySungsoo Lim2015-04-101-1/+1
| | | | | | | | | - Change the feature name from com.google.android.tv.live_channels to com.google.android.tv.installed. - Remove USE_GMS_LIVECHANNELS flag, and use USE_OEM_TV_APP flag instead. - Do not include Live Channels app if USE_OEM_TV_APP flag is set. Change-Id: I4223bf3ee797a0c0e65d4bb115f55a32314e8a2a
* Add a feature com.google.android.tv.live_channelsSungsoo Lim2015-04-072-0/+55
The feature will be used for whitelisting devices which can support Live Channels app in Play Store. Bug: 18755988 Change-Id: Ie4985c10cff794915149352bfef7c3a6fbd72c86