Skip to content

Commit

Permalink
[Bug修复](master): 修复前台服务权限问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xyoye committed Oct 24, 2022
1 parent 0c2332d commit b5bff83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stream_component/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
package="com.xyoye.stream_component">

<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />

<application>
Expand Down

0 comments on commit b5bff83

Please sign in to comment.