File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
java/com/example/platform/app Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 43
43
</intent-filter >
44
44
</activity >
45
45
46
- <!-- required for TFLite/LiteRT style transfer demo -->
46
+ <!-- required for TFLite/LiteRT style transfer demo -->
47
47
<uses-library
48
48
android : name =" libOpenCL.so"
49
49
android : required =" false" />
Original file line number Diff line number Diff line change @@ -120,9 +120,10 @@ val PrivacyTransparencyApiSurface = ApiSurface(
120
120
val StorageApiSurface = ApiSurface (
121
121
" storage" ,
122
122
" Storage" ,
123
- " Android photo library access capabilities.\n Photo 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."
123
+ """ Android photo library access capabilities.
124
+ Photo Picker for unified device and cloud photo access, and MediaStore for detailed local media querying.
125
+
126
+ WARNING: These samples only work on devices with Android 14 or higher.""" .trimMargin()
126
127
)
127
128
128
129
val UserInterfaceAppWidgetsApiSurface = ApiSurface (
You can’t perform that action at this time.
0 commit comments