@@ -39,13 +39,13 @@ public final class RegularFile extends com.google.api.client.json.GenericJson {
39
39
/**
40
40
* Required. Where to put the content on the device. Must be an absolute, allowlisted path. If the
41
41
* file exists, it will be replaced. The following device-side directories and any of their
42
- * subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard, or /storage
43
- * ${ANDROID_DATA}/local/tmp, or / data/local/tmp Specifying a path outside of these directory
44
- * trees is invalid. The paths /sdcard and /data will be made available and treated as implicit
45
- * path substitutions. E.g. if /sdcard on a particular device does not map to external storage,
46
- * the system will replace it with the external storage path prefix for that device and copy the
47
- * file there. It is strongly advised to use the Environment API in app and test code to access
48
- * files on the device in a portable way.
42
+ * subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard ${ANDROID_DATA}/local/tmp , or
43
+ * / data/local/tmp Specifying a path outside of these directory trees is invalid. The paths
44
+ * /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if
45
+ * /sdcard on a particular device does not map to external storage, the system will replace it
46
+ * with the external storage path prefix for that device and copy the file there. It is strongly
47
+ * advised to use the Environment API in app and test code to access files on the device in a
48
+ * portable way.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@ com .google .api .client .util .Key
@@ -71,13 +71,13 @@ public RegularFile setContent(FileReference content) {
71
71
/**
72
72
* Required. Where to put the content on the device. Must be an absolute, allowlisted path. If the
73
73
* file exists, it will be replaced. The following device-side directories and any of their
74
- * subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard, or /storage
75
- * ${ANDROID_DATA}/local/tmp, or / data/local/tmp Specifying a path outside of these directory
76
- * trees is invalid. The paths /sdcard and /data will be made available and treated as implicit
77
- * path substitutions. E.g. if /sdcard on a particular device does not map to external storage,
78
- * the system will replace it with the external storage path prefix for that device and copy the
79
- * file there. It is strongly advised to use the Environment API in app and test code to access
80
- * files on the device in a portable way.
74
+ * subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard ${ANDROID_DATA}/local/tmp , or
75
+ * / data/local/tmp Specifying a path outside of these directory trees is invalid. The paths
76
+ * /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if
77
+ * /sdcard on a particular device does not map to external storage, the system will replace it
78
+ * with the external storage path prefix for that device and copy the file there. It is strongly
79
+ * advised to use the Environment API in app and test code to access files on the device in a
80
+ * portable way.
81
81
* @return value or {@code null} for none
82
82
*/
83
83
public java .lang .String getDevicePath () {
@@ -87,13 +87,13 @@ public java.lang.String getDevicePath() {
87
87
/**
88
88
* Required. Where to put the content on the device. Must be an absolute, allowlisted path. If the
89
89
* file exists, it will be replaced. The following device-side directories and any of their
90
- * subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard, or /storage
91
- * ${ANDROID_DATA}/local/tmp, or / data/local/tmp Specifying a path outside of these directory
92
- * trees is invalid. The paths /sdcard and /data will be made available and treated as implicit
93
- * path substitutions. E.g. if /sdcard on a particular device does not map to external storage,
94
- * the system will replace it with the external storage path prefix for that device and copy the
95
- * file there. It is strongly advised to use the Environment API in app and test code to access
96
- * files on the device in a portable way.
90
+ * subdirectories are allowlisted: ${EXTERNAL_STORAGE}, /sdcard ${ANDROID_DATA}/local/tmp , or
91
+ * / data/local/tmp Specifying a path outside of these directory trees is invalid. The paths
92
+ * /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if
93
+ * /sdcard on a particular device does not map to external storage, the system will replace it
94
+ * with the external storage path prefix for that device and copy the file there. It is strongly
95
+ * advised to use the Environment API in app and test code to access files on the device in a
96
+ * portable way.
97
97
* @param devicePath devicePath or {@code null} for none
98
98
*/
99
99
public RegularFile setDevicePath (java .lang .String devicePath ) {
0 commit comments