| commit | c6dd01653eec4ea15a90b5bb9cf76cc1c5f2418c | [log] [tgz] |
|---|---|---|
| author | Gaurav Sarode <sgaurav@google.com> | Mon Oct 16 20:17:40 2023 +0000 |
| committer | Gaurav Sarode <sgaurav@google.com> | Wed Oct 18 23:10:16 2023 +0000 |
| tree | 4995ba7582639ff0686a833fc7af6924e4e57c9f | |
| parent | 89aab24732c006106e7fe200ed4c551ff3eaafd6 [diff] |
Disable android.software.picture_in_picture for automotive bug: 302349570 Test: Refer bug for testing details. Change-Id: Id9195b68fdd0bb830df9e7058a0da1e21cf47621
diff --git a/data/etc/android.hardware.type.automotive.xml b/data/etc/android.hardware.type.automotive.xml index a9b4b05..8605d18 100644 --- a/data/etc/android.hardware.type.automotive.xml +++ b/data/etc/android.hardware.type.automotive.xml
@@ -17,4 +17,6 @@ <!-- These features determine that the device running android is a car. --> <permissions> <feature name="android.hardware.type.automotive" /> + + <unavailable-feature name="android.software.picture_in_picture"/> </permissions>