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 4343 </intent-filter >
4444 </activity >
4545
46- <!-- required for TFLite/LiteRT style transfer demo -->
46+ <!-- required for TFLite/LiteRT style transfer demo -->
4747 <uses-library
4848 android : name =" libOpenCL.so"
4949 android : required =" false" />
Original file line number Diff line number Diff line change @@ -120,9 +120,10 @@ val PrivacyTransparencyApiSurface = ApiSurface(
120120val StorageApiSurface = ApiSurface (
121121 " storage" ,
122122 " 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()
126127)
127128
128129val UserInterfaceAppWidgetsApiSurface = ApiSurface (
You can’t perform that action at this time.
0 commit comments