Skip to content

Commit

Permalink
Manifest Changes per Automotive documentation. (#3552)
Browse files Browse the repository at this point in the history
* Manifest Changes per Automotive documentation.

* Removing extra entry for template_host.
  • Loading branch information
googlvalenzuela authored May 26, 2023
1 parent a2869ff commit ea81b57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions automotive/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
<uses-feature android:name="android.hardware.type.automotive" android:required="true" />
<uses-feature android:name="android.software.car.templates_host" android:required="true" />
<uses-feature android:name="android.hardware.wifi" android:required="false" />
<uses-feature android:name="android.hardware.screen.portrait" android:required="false" />
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />
<uses-feature android:name="android.hardware.camera" android:required="false" />
<application
android:name="io.homeassistant.companion.android.HomeAssistantApplication"
android:allowBackup="true"
Expand Down

0 comments on commit ea81b57

Please sign in to comment.