Lines Matching refs:Service
1 page.title=Android Backup Service
5 <p>Android Backup Service provides a <em>backup transport</em> for Android's <a
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"
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><meta-data></code> element and
60 Backup Service Key are ignored—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