mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
13 lines
249 B
XML
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>
|