Home | History | Annotate | Download | only in backup

Lines Matching full:service

1 page.title=Android Backup Service
5 <p>Android Backup Service provides a <em>backup transport</em> for Android's <a
9 higher. The backup service is <em>not</em> designed for synchronizing application data with other
13 <p>The Android Backup Service offered by Google provides a backup
19 <p>In order to use Android Backup Service, you must <a href="{@docRoot}google/backup/signup.html"
20 >register your app</a> with the service to receive a key that you must
24 Service does not guarantee that it will always back up data using this service
27 on the device. Registering with Android Backup Service allows your application to back up
28 when the backup transport on the device is provided by Android Backup Service.</p>
35 <h2>Adding the Backup Service Key to the Manifest</h2>
38 >register your app</a>, you'll receive a Backup Service Key,
49 <p>Insert your Backup Service Key in the <code>android:value</code> attribute and place the
53 <p>When a device that uses Android Backup Service runs your application,
54 the system verifies that your Backup Service Key is valid and Android Backup Service saves the
58 does not provide a valid Backup Service Key, then backup will not occur. If the device does not
59 provide backup using Android Backup Service, then the <code>&lt;meta-data&gt;</code> element and
60 Backup Service Key are ignored&mdash;your application will work normally, but will either back up
77 system's privacy settings. When a user disables backup, Android Backup Service deletes all saved
78 backup data. A user can re-enable backup on the device, but Android Backup Service will not restore