Lines Matching full:data
6 href="{@docRoot}guide/topics/data/backup.html">data backup</a> framework, which allows you
7 to copy a user's persistent app data to remote "cloud" storage. Backing up persistent data
9 higher. The backup service is <em>not</em> designed for synchronizing application data with other
10 clients or saving data that you'd like to access at random during the
14 transport on most devices that include Google Play Store and backs up your app data to Google
24 Service does not guarantee that it will always back up data using this service
26 data backup in your application, then it will back up using whichever transport is enabled
30 <p>For more information about how data backup works on Android and how to use it in your app,
31 read the <a href="{@docRoot}guide/topics/data/backup.html">Data Backup</a> guide.</p>
43 <meta-data android:name="com.google.android.backup.api_key"
50 <code><meta-data></code> element inside your Android manifest's
55 user's data to Google servers using the primary Google account on the device.</p>
59 provide backup using Android Backup Service, then the <code><meta-data></code> element and
61 data using a different backup transport or not perform backup at all. Either
65 <p>For more information about how to provide data backup in your Android application, see the <a
66 href="{@docRoot}guide/topics/data/backup.html">Data Backup</a> guide.</p>
72 users' privacy. Google securely transmits backup data to and from Google servers in order to provide
73 backup and restore features. Google treats this data as personal information in accordance with
76 <p>In addition, users can disable data backup functionality through the Android
78 backup data. A user can re-enable backup on the device, but Android Backup Service will not restore
79 any previously deleted data.</p>