LeOS-Genesis/orbotservice/src/main/AndroidManifest.xml

8 lines
207 B
XML
Raw Normal View History

2020-01-24 16:23:31 +01:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2021-04-23 14:13:50 +02:00
package="org.torproject.android.proxy">
2020-01-24 16:23:31 +01:00
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2021-02-25 15:26:43 +01:00
2020-10-05 13:12:00 +02:00
2021-04-23 14:13:50 +02:00
2020-01-24 16:23:31 +01:00
</manifest>