Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Add deprecation information to all Drive Android API samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Koleda committed Jan 11, 2019
1 parent f647676 commit 89e93cb
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
10 changes: 8 additions & 2 deletions drive/conflict/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Google Drive Android API Conflict Sample
# [DEPRECATED] Google Drive Android API Conflict Sample

The Drive Android API used in this sample is now deprecated. Please see the
[migration guide](https://developers.google.com/drive/android/deprecation)
for more information.

---

This application demonstrates how to resolve remote [conflicts](https://developers.google.com/drive/android/completion#conflict) using
the [Google Android Drive API](https://developers.google.com/drive/android/intro). Keep in mind the default behavior is to
Expand Down Expand Up @@ -30,4 +36,4 @@ Add an item to the first device's list and hit 'Update List'.

The second device should then show the item. Now add items on the second device's list.
After updating the list, both devices should show the merge lists.
![Resolved Screen](images/conflict_resolved.png)
![Resolved Screen](images/conflict_resolved.png)
8 changes: 7 additions & 1 deletion drive/demos/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Google Drive Android API Demos
# [DEPRECATED] Google Drive Android API Demos

The Drive Android API used in this sample is now deprecated. Please see the
[migration guide](https://developers.google.com/drive/android/deprecation)
for more information.

---

Google Drive Android API Demos app illustrates all possible ways to talk to
Drive service with the use of interfaces available in [Google Play
Expand Down
8 changes: 7 additions & 1 deletion drive/quickstart/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Google Drive Android Quickstart
# [DEPRECATED] Google Drive Android Quickstart

The Drive Android API used in this sample is now deprecated. Please see the
[migration guide](https://developers.google.com/drive/android/deprecation)
for more information.

---

This application provides a
[single activity](src/com/google/android/gms/drive/sample/quickstart/MainActivity.java)
Expand Down
8 changes: 7 additions & 1 deletion drive/trash/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Google Drive Android API Trash Sample
# [DEPRECATED] Google Drive Android API Trash Sample

The Drive Android API used in this sample is now deprecated. Please see the
[migration guide](https://developers.google.com/drive/android/deprecation)
for more information.

---

Google Drive Android API Trash Sample app demonstrates trashing of
DriveResources via the [Google Drive Android API](https://developers.google.com/drive/android/intro)
Expand Down

0 comments on commit 89e93cb

Please sign in to comment.