Add backup API

This commit is contained in:
Dominik Schürmann
2016-02-16 00:36:27 +01:00
parent 067d5fd0b0
commit a2dcb579ff
12 changed files with 222 additions and 32 deletions

View File

@@ -859,6 +859,10 @@
android:name=".remote.ui.RemoteImportKeysActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_import_keys" />
<activity
android:name=".remote.ui.RemoteBackupActivity"
android:configChanges="keyboardHidden|keyboard"
android:label="@string/title_backup" />
<!-- DEPRECATED service,
using this service may lead to truncated data being returned to the caller -->