Files
briar/briar-android-tests/src/main/AndroidManifest.xml
2016-03-14 21:01:21 +01:00

13 lines
249 B
XML

<manifest package="org.briarproject"
xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
>
</application>
</manifest>