Skip to content

Commit eb5c628

Browse files
committed
lint fix
Change-Id: I653d3c799178b3edcf551679b540c7f1f403e16d
1 parent 2704f74 commit eb5c628

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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" />

app/src/main/java/com/example/platform/app/ApiSurface.kt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,10 @@ val PrivacyTransparencyApiSurface = ApiSurface(
120120
val StorageApiSurface = ApiSurface(
121121
"storage",
122122
"Storage",
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."
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

128129
val UserInterfaceAppWidgetsApiSurface = ApiSurface(

0 commit comments

Comments
 (0)