Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Closes #992: Don't require SDK23 for voice control.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcomella committed Jul 17, 2018
1 parent 63317e9 commit 9570721
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />

<!-- Required for voice control. It's only available on the Cube (so far) which is API 25+
so we use sdk-23 to prevent users from manually having to update the app.
https://developer.amazon.com/blogs/appstore/post/623addd5-6184-4e7f-a969-123a653cfb1a/implementing-voice-control-with-the-media-session-api-on-amazon-fire-tv -->
<uses-permission-sdk-23 android:name="com.amazon.permission.media.session.voicecommandcontrol" />
<!-- Required for media playback voice control.
https://developer.amazon.com/blogs/appstore/post/623addd5-6184-4e7f-a969-123a653cfb1a/implementing-voice-control-with-the-media-session-api-on-amazon-fire-tv -->
<uses-permission android:name="com.amazon.permission.media.session.voicecommandcontrol" />

<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-feature android:name="android.software.leanback" android:required="true" />
Expand Down

0 comments on commit 9570721

Please sign in to comment.