这是indexloc提供的服务,不要输入任何密码
Skip to content

Commit 4c4bd64

Browse files
Added: Add INTERNET permission
The internet permission may solve problems for Termux app not having internet access if Termux:Float app is installed first due to Android `sharedUserId` bugs which shares permissions across all apps.
1 parent e416c8c commit 4c4bd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
77

8+
<uses-permission android:name="android.permission.INTERNET" />
89
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
9-
1010
<uses-permission android:name="android.permission.VIBRATE" />
1111

1212
<application

0 commit comments

Comments
 (0)