Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Fix a insert bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Live-Block authored Aug 11, 2024
1 parent 6f46201 commit c1ec67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package="com.sunshine.freeform">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.FOUREGROUND_SERVICE_MEDIA_PLAYBACK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
Expand Down

0 comments on commit c1ec67b

Please sign in to comment.