Skip to content

Commit

Permalink
Add Android 14 (API level 34) support
Browse files Browse the repository at this point in the history
  • Loading branch information
morckx committed Jul 15, 2023
1 parent 6598d50 commit 2a651be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="com.android.providers.tv.permission.WRITE_EPG_DATA" />
Expand Down

0 comments on commit 2a651be

Please sign in to comment.