@@ -39,13 +39,13 @@ public final class RegularFile extends com.google.api.client.json.GenericJson {
3939 /**
4040 * Required. Where to put the content on the device. Must be an absolute, allowlisted path. If the
4141 * 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.
4949 * The value may be {@code null}.
5050 */
5151 @ com .google .api .client .util .Key
@@ -71,13 +71,13 @@ public RegularFile setContent(FileReference content) {
7171 /**
7272 * Required. Where to put the content on the device. Must be an absolute, allowlisted path. If the
7373 * 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.
8181 * @return value or {@code null} for none
8282 */
8383 public java .lang .String getDevicePath () {
@@ -87,13 +87,13 @@ public java.lang.String getDevicePath() {
8787 /**
8888 * Required. Where to put the content on the device. Must be an absolute, allowlisted path. If the
8989 * 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.
9797 * @param devicePath devicePath or {@code null} for none
9898 */
9999 public RegularFile setDevicePath (java .lang .String devicePath ) {
0 commit comments