Add backup agent
This commit is contained in:
parent
9a316999ab
commit
ef5f9e5ca9
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
<meta-data android:name="com.google.android.backup.api_key"
|
||||
android:value="AEdPqrEAAAAIqF3tNGT66etVBn_vgzpfAY1wmIzKV1Ss6Ku-2A" />
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name"
|
||||
android:debuggable="true" android:name=".activities.OsmandApplication" android:description="@string/app_description">
|
||||
android:debuggable="true" android:name=".activities.OsmandApplication" android:description="@string/app_description"
|
||||
android:backupAgent="OsmandBackupAgent" android:restoreAnyVersion="true">
|
||||
<activity android:name=".activities.MainMenuActivity"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
|
Loading…
Reference in a new issue