Commit f63cb2e5 authored by Mygod's avatar Mygod

WIP: Showcase package visibility

parent ef98c4a2
......@@ -19,6 +19,12 @@
<uses-feature android:name="android.software.leanback"
android:required="false"/>
<queries>
<intent>
<action android:name="com.github.shadowsocks.plugin.ACTION_NATIVE_PLUGIN" />
</intent>
</queries>
<application
android:icon="@mipmap/ic_launcher"
android:allowBackup="true"
......
......@@ -4,6 +4,7 @@
tools:ignore="MissingLeanbackSupport">
<uses-permission-sdk-23 android:name="android.permission.CAMERA" />
<!-- <uses-permission-sdk-23 android:name="android.permission.QUERY_ALL_PACKAGES" />-->
<uses-feature android:name="android.hardware.touchscreen"
android:required="false"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment