blob: 902f2e379b53cd1cf8d42970ddb13f40b447bfaa (
plain)
1
2
3
4
5
6
7
8
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.matrix.olm">
<application
android:allowBackup="true"
android:label="@string/app_name">
</application>
</manifest>
|