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

7 lines
208 B
XML
Raw Normal View History

2020-01-24 16:23:31 +01:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.torproject.android.service">
<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
2020-01-24 16:23:31 +01:00
</manifest>