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

Commit af69ec2

Browse files
authored
Clarify feasibility of modifying SAF files.
1 parent 604d8e0 commit af69ec2

File tree

1 file changed

+1
-4
lines changed
  • drive/deprecation/app/src/main/java/com/google/android/gms/drive/sample/driveapimigration

1 file changed

+1
-4
lines changed

drive/deprecation/app/src/main/java/com/google/android/gms/drive/sample/driveapimigration/MainActivity.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,7 @@ private void openFileFromFilePicker(Uri uri) {
169169
mFileTitleEditText.setText(name);
170170
mDocContentEditText.setText(content);
171171

172-
// Files opened through SAF cannot be modified, except by retrieving the
173-
// fileId from its metadata and updating it via the REST API. To modify
174-
// files not created by your app, you will need to request the Drive
175-
// Full Scope and submit your app to Google for review.
172+
// Files opened through SAF cannot be modified.
176173
setReadOnlyMode();
177174
})
178175
.addOnFailureListener(exception ->

0 commit comments

Comments
 (0)