Skip to content

Commit

Permalink
Specify fully qualified class name in provider authority
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jan 30, 2017
1 parent 1fc732b commit 4d3fab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:icon="@mipmap/ic_kcptun_logo">
<provider android:name=".BinaryProvider"
android:exported="true"
android:authorities="com.github.shadowsocks.plugin.kcptun">
android:authorities="com.github.shadowsocks.plugin.kcptun.BinaryProvider">
<intent-filter>
<action android:name="com.github.shadowsocks.plugin.ACTION_NATIVE_PLUGIN"/>
</intent-filter>
Expand Down

0 comments on commit 4d3fab2

Please sign in to comment.