Skip to content

Commit

Permalink
Fix missing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jun 11, 2018
1 parent 9eff027 commit fa1d162
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/AndroidManifest.xml
@@ -1,2 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.shadowsocks.core"/>
package="com.github.shadowsocks.core">
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
</manifest>

0 comments on commit fa1d162

Please sign in to comment.