toolheim/mobile-app/android/app/src/profile/AndroidManifest.xml

5 lines
188 B
XML
Raw Normal View History

2019-06-24 00:53:43 +02:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2019-08-08 20:15:06 +02:00
package="net.aaronfischer.toolheim">
2019-06-24 00:53:43 +02:00
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>