You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/java/com/example/platform/app/ApiSurface.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,9 @@ val PrivacyTransparencyApiSurface = ApiSurface(
120
120
valStorageApiSurface=ApiSurface(
121
121
"storage",
122
122
"Storage",
123
-
"Android photo library access capabilities.\nPhoto Picker for unified device and cloud photo access, and MediaStore for detailed local media querying",
123
+
"Android photo library access capabilities.\nPhoto Picker for unified device and "
124
+
+"cloud photo access, and MediaStore for detailed local media querying.\n\n"
125
+
+"WARNING: These samples only work on devices with Android 14 or higher."
0 commit comments