Commit graph

126 commits

Author SHA1 Message Date
Philip Quinn
a81c4728c8 Add feature flag for assist gesture hardware.
Bug: 73176604
Test: make -j

Change-Id: I32b7dc5ca3a55a8affe8af4daacda8fb57d5ca23
2018-02-14 03:09:55 +00:00
Jesse Hall
f071fb8bc7 Merge "Add Vulkan 1.1 system feature definition file" 2018-01-27 02:01:05 +00:00
Jesse Hall
3ecbd6c778 Add Vulkan 1.1 system feature definition file
Test: adb shell cmd package list features
Change-Id: Ia31ff10d2c8dde94c6784a6a7562a55d0f19ed10
2018-01-26 14:43:40 +08:00
Eino-Ville Talvala
4c146eb5be Add feature file for "android.hardware.camera.ar"
This is PackageManager.FEATURE_CAMERA_AR

Test: Builds, new SystemFeatureTest passes
Bug: 63629224
Change-Id: I142937a5ef830292a1fa3e51b6a3ba92d57b2c21
2018-01-24 17:58:10 -08:00
Craig Donner
fb003b0c64 Deprecate android.software.vr.mode
Bug: 71365436
Test: Build
Change-Id: I5549e9550b230aa6b0237a148396be12456db344
2018-01-16 16:00:16 -08:00
Hall Liu
c19a5b839e Merge "Add feature flag for MBMS" am: 3e059193b1 am: a1502eba47
am: 8a4f099e33

Change-Id: I433b1e86d0723ba383c0e3be8cde1049a533b079
2018-01-13 02:07:56 +00:00
Ng Zhi An
e1e85219f8 Disable activities_on_secondary_displays on low ram
Bug: 69954194
Test: cts-tradefed run cts -m CtsServicesHostTestCases
-t android.server.cts.ActivityManagerDisplayTests

Change-Id: I115eac04ed75e2a2af382f94778f5b4272fc7731
2017-12-19 13:20:01 -08:00
Hall Liu
f808951533 Add feature flag for MBMS
Add feature flag to indicate that the device has EMBMS middleware
installed

Test: compile and use adb
Change-Id: I307dfc24f20262e84fc4e540c4e01352ac04cae7
2017-12-11 13:31:17 -08:00
Ng Zhi An
f5a303346f Only enable managed_users feature for notLowRam
Bug: 68154536
Test: build, flash, adb shell pm list features
Change-Id: I5306f002f02a7e0ba93370b503b0071185417bf2
2017-10-31 13:13:45 -07:00
Etan Cohen
a932e64d69 Merge "[RTT2] Add Wi-Fi RTT feature flag" 2017-10-03 20:14:23 +00:00
Ng Zhi An
7e70ec2c0d Support picture_in_picture only if device is not low ram
Can verify using this command:

    adb shell dumpsys package | grep picture_in_picture

Bug: 65602088
Test: manual
Change-Id: I0e91cb63ce9d4b3ae059afc91d76a36ffc6a0a53
2017-09-26 11:33:39 -07:00
Etan Cohen
4fb7db7986 [RTT2] Add Wi-Fi RTT feature flag
Add Wi-Fi RTT feature flag - allows configuration of devices to
indicate whether or not they support the feature.

Bug: 65014628
Test: builds, integration tests pass
Change-Id: Iab18e1607ec6a8eefc7de6646d6cd66dee43d7d0
2017-09-15 07:10:08 -07:00
Pavel Maltsev
f41f195066 Remove unbundled IME feature from automotive confg
Test: make -j && flash && adb shell pm list feature

Bug: 64546952
Change-Id: I87cb2662cf0b41eb6e13e237831fcfdb68d0eb44
2017-09-01 14:46:08 -07:00
Tomasz Wasilczyk
c43bdacbca Rename radio feature to broadcastradio.
Bug: b/34348946
Test: instrumentalization
Change-Id: Ic9b56ae4ddccfdea69a06e0ca3bcc41afe911425
2017-07-12 12:23:31 -07:00
Mark Renouf
537b16c401 Merge "Clockwork: add feature android.software.input_methods" into oc-dev am: eed865e61b
am: 73931bf207

Change-Id: Iabce8207d6ef63f2097c9a18fbafe26b85473f99
2017-06-05 21:59:01 +00:00
Mark Renouf
3fab550233 Clockwork: add feature android.software.input_methods
BUG: 38123013
Change-Id: I4532cefda9c24541450f5e0e739ab5d44c1111fd
2017-06-01 14:43:41 -04:00
Peter Qiu
8a1d78062a Add hardware feature definition for Passpoint
Bug: 36886243
Test: Manual test
Change-Id: Id621c46c73583d7ada25530fac0082ac9efe6e5f
2017-05-05 13:53:53 -07:00
Justin Klaassen
41143a5d15 Merge "Add "android.software.preview_sdk" feature" into oc-dev am: dca76f971c
am: 11dd82c4f7

Change-Id: I58dfc48d527baa88c024be4d943ea1779d6705ef
2017-04-14 22:46:39 +00:00
Justin Klaassen
19a418593f Add "android.software.preview_sdk" feature
Conditionally add the "android.software.preview_sdk" feature to any
targets that have a Build.VERSION.CODENAME != "REL". This allows clients
to filter out platforms that are not running official Android releases.

Bug: 31064561
Test: verified using PackageManager#getSystemAvailableFeatures()
Change-Id: I0c6a96d611df0823769feb12105b9669a2109358
2017-04-13 20:58:09 +00:00
Svetoslav Ganov
d337c0ba13 Merge "Add autofill feature API" into oc-dev am: 3a717993fa
am: 0946edbd96

Change-Id: Idc21267a3f350441ec451731a7d0b4be630458b2
2017-04-13 19:10:52 +00:00
Svetoslav Ganov
3a717993fa Merge "Add autofill feature API" into oc-dev 2017-04-13 18:54:01 +00:00
Svet Ganov
bd74d42026 Add autofill feature API
bug:35956220

Test: manual (requires a custom build)

Change-Id: I5d42919d9419ac34825709cd80affa705cce32ed
2017-04-13 11:51:47 -07:00
Martijn Coenen
68c232afaf Merge "Add android.hardware.nfc.any to NFC features." into oc-dev am: e7def4e9e0
am: 32d7be2f15

Change-Id: I62810eb6a2a7410f1113adcd4359d499ac8bd73d
2017-04-13 17:20:35 +00:00
Martijn Coenen
e18608d047 Add android.hardware.nfc.any to NFC features.
So we can start the NFC process whenever one of
these is present.

Bug: 36873979
Bug: 37269025
Test: NFC is still started on devices with this feature
Change-Id: I879c084c1ed56e33a4249172c8fa3c04b1c5f236
2017-04-12 13:49:52 -07:00
Tomasz Wasilczyk
4447722a3f Merge "Add FEATURE_RADIO to PackageManager's feature list." 2017-04-12 14:58:36 +00:00
Dianne Hackborn
dd993cb079 Merge "Work on issue #36863299: [Fugu] CTS: PermissionFeatureTest failures:..." into oc-dev am: 8eb76853e6
am: e3b51f90a4

Change-Id: Ifbf34b586595e9ec4e2269e5bb5f039fe8b46abf
2017-04-11 01:28:56 +00:00
TreeHugger Robot
8eb76853e6 Merge "Work on issue #36863299: [Fugu] CTS: PermissionFeatureTest failures:..." into oc-dev 2017-04-11 00:47:51 +00:00
Dianne Hackborn
de248a193c Work on issue #36863299: [Fugu] CTS: PermissionFeatureTest failures:...
...File ata/etc/tv_core_hardware.xml does not exist

Add new separate file for the CTS feature.

Test: none needed

Change-Id: I3be83072e65781224c735b920b0b4fba22f57e4c
2017-04-10 11:55:59 -07:00
Andrii Kulian
40a5d58f57 Merge "Enable FEATURE_ACTIVITIES_ON_SECONDARY_DISPLAYS on phones and tablets" into oc-dev am: f49152330a
am: 7e8a518266

Change-Id: I701387ec8c656a5cd74a39631a16205a7a3872e2
2017-04-08 02:05:38 +00:00
Andrii Kulian
93b1b7fb8e Enable FEATURE_ACTIVITIES_ON_SECONDARY_DISPLAYS on phones and tablets
Bug: 36776777
Test: android.server.cts.ActivityManagerDisplayTests
Change-Id: If3fbf32f1f6c3de2f12f4b446f9350ea666a0d97
2017-04-07 16:19:10 -07:00
Tomasz Wasilczyk
270897421c Add FEATURE_RADIO to PackageManager's feature list.
Bug: b/36863239
Test: manual (Kitchen Sink)

Change-Id: I333f506917ca0d05f6c9bf8db8ebccd5b3106c8f
2017-04-07 11:13:18 -07:00
Jeff Davidson
a138b3ba8c Squashed merge of master-sim into master.
Includes the following commits:

==

Add data file for new eUICC hardware feature.

A device may declare hardware support for eUICC APIs by copying this
file to vendor/etc/permissions/. Doing so is a declaration that all
eUICC APIs are expected to function (and pass CTS), and that apps
which require eUICC support to function are eligible to be installed.

==

Test: TreeHugger
Change-Id: Ia7f5f9925c51857fd8034b8c882988cb1b731ff2
2017-04-03 10:31:29 -07:00
Eugene Susla
918186ede4 Merge "Add system feature for Companion Device Manager" 2017-03-21 23:58:30 +00:00
Eugene Susla
6ab663a61e Add system feature for Companion Device Manager
Bug: 30932767
Test: Add just the feature gating first, ensure Context#getSystemSetrvice now
returns null.
Add feature in the configuration files, ensure companion device feature works again.
Change-Id: I4ad2d52f7877eae0e951f43ddbb23881d5de8d8b
2017-03-21 15:12:54 -07:00
TreeHugger Robot
53485d51d2 Merge "Fix names of headtracking feature files." 2017-03-21 19:41:28 +00:00
Craig Donner
8929733ea9 Fix names of headtracking feature files.
Test: build
Bug: 36294374
Change-Id: I04fc2478a339a6bffd6b04c633478d6b8740ac3e
2017-03-21 10:31:27 -07:00
Dianne Hackborn
6254e64fe2 Add new CTS feature.
Test: this is for a test.
Change-Id: Ib557b8f68e7d5be72f8ab9b1f334d2756ea074e9
2017-03-18 22:15:44 -07:00
Craig Donner
3cd058f9c2 Add feature tag android.hardware.vr.headtracking.
Different versions of this feature specify different levels of
headtracking capability.

Bug: 36294374
Test: build
Change-Id: I3ca56822c9f8a0d48431762b7c4eba5cdf904512
2017-03-15 18:45:26 -07:00
Jesse Hall
29f7548018 Add android.hardware.vulkan.compute=0 feature file
Bug: 34745152
Test: android.graphics.cts.VulkanFeaturesTest
Change-Id: Ic16e745e255b5b1b58c80586c5becf7bc358a46d
2017-02-06 00:09:59 -08:00
Polina Bondarenko
f49e4a2628 Merge "Add feature flag for TelephonyManager#get/setAllowedCarriers" am: c4fc77792c am: 969f4742f4 am: 1b11e44b94
am: 3b16cc25fd

Change-Id: Ic6c5756c217273b31dc2c5770f30da133a84a7e4
2017-01-20 20:08:31 +00:00
Polina Bondarenko
1b11e44b94 Merge "Add feature flag for TelephonyManager#get/setAllowedCarriers" am: c4fc77792c
am: 969f4742f4

Change-Id: I7e755924f2a3e1556fcdc47068c0a863276ce984
2017-01-20 20:03:12 +00:00
Polina Bondarenko
98195cb9d1 Add feature flag for TelephonyManager#get/setAllowedCarriers
Add android.hardware.telephony.carrierlock feature flag declaration.

Bug: 33480084
Test: cts
Change-Id: Ib6ede97d7ee8d6e924c1483ee51f52bdfa09950b
2017-01-18 19:21:11 +01:00
Ruben Brunk
e69143f83e Do not set VR mode feature as handset default. am: 5ce292f55b
am: f0f8f0a99d

Change-Id: I9749d2c9ec2210771ca19a3bc0f7b50c3264be99
2016-11-29 07:35:47 +00:00
Etan Cohen
53cb11bcdc Merge "[NAN-AWARE] Rename NAN to Aware" am: ab180e53b9
am: 3aa7f61eba

Change-Id: I28cc8ef7a2589683fb16b9498ae1c2abfe2bf925
2016-11-06 03:21:54 +00:00
Etan Cohen
3aa7f61eba Merge "[NAN-AWARE] Rename NAN to Aware"
am: ab180e53b9

Change-Id: I75b3722f37d606e42effc9dee731210df958c7bd
2016-11-06 03:13:51 +00:00
Etan Cohen
ddd28d0d7b [NAN-AWARE] Rename NAN to Aware
Rename only (and any reformatting needed to pass lint) - no
functional changes!

(cherry-pick of commit 49f8c84e18)

Bug: 32263750
Test: All unit tests and integration (sl4a) tests pass.
Merged-In: I00700206c90c9e6a1a0a2a79248dd571fe43ec26
Change-Id: I6b4b146a470ccbe081fb2f18d75e261a843978e2
2016-11-05 09:42:10 -07:00
Etan Cohen
f3e9862515 [NAN-AWARE] Rename NAN to Aware
Rename only (and any reformatting needed to pass lint) - no
functional changes!

(cherry-pick of commit 49f8c84e18)
(cherry-pick of commit 93852c97c636beaf6f9db0ab3994cac59cc83bf4)

Bug: 32263750
Test: All unit tests and integration (sl4a) tests pass.
Change-Id: I00700206c90c9e6a1a0a2a79248dd571fe43ec26
2016-11-04 15:42:08 -07:00
Ruben Brunk
cc8fe8993c Do not set VR mode feature as handset default. am: 5ce292f55b am: f0f8f0a99d am: f27cfdd82e
am: b3d7a8c895

Change-Id: I9838611119c1b1ee75496548e6b2ad433ef2fdbe
2016-10-26 00:34:55 +00:00
Ruben Brunk
f0f8f0a99d Do not set VR mode feature as handset default.
am: 5ce292f55b

Change-Id: I913dc6997a275c90b0617c0a785e3991a947bc22
2016-10-26 00:22:50 +00:00
Ruben Brunk
5ce292f55b Do not set VR mode feature as handset default.
Bug: 31959453
Change-Id: I6fef6781e14f3c1239197798b79cc9239d34d53d
2016-10-24 18:28:46 -07:00