Skip to content

Commit

Permalink
Merge pull request 2dust#314 from yuhan6665/chrome-os
Browse files Browse the repository at this point in the history
Add tags in AndroidManifest to support PlayStore filtering
  • Loading branch information
2dust authored Mar 16, 2020
2 parents 9847546 + 68ee61a commit 3ea04c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions V2rayNG/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.v2ray.ang">

<supports-screens
android:anyDensity="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"/>

<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 3ea04c0

Please sign in to comment.