1// Baseline format: 1.0
2FlaggedApiLiteral: android.provider.EmbeddedPhotoPickerClient:
3    @FlaggedApi contains a string literal, but should reference the field generated by aconfig (com.android.providers.media.flags.Flags.FLAG_ENABLE_EMBEDDED_PHOTOPICKER, however this flag doesn't seem to exist).
4FlaggedApiLiteral: android.provider.EmbeddedPhotoPickerException:
5    @FlaggedApi contains a string literal, but should reference the field generated by aconfig (com.android.providers.media.flags.Flags.FLAG_ENABLE_EMBEDDED_PHOTOPICKER, however this flag doesn't seem to exist).
6FlaggedApiLiteral: android.provider.EmbeddedPhotoPickerFeatureInfo:
7    @FlaggedApi contains a string literal, but should reference the field generated by aconfig (com.android.providers.media.flags.Flags.FLAG_ENABLE_EMBEDDED_PHOTOPICKER, however this flag doesn't seem to exist).
8FlaggedApiLiteral: android.provider.EmbeddedPhotoPickerProvider:
9    @FlaggedApi contains a string literal, but should reference the field generated by aconfig (com.android.providers.media.flags.Flags.FLAG_ENABLE_EMBEDDED_PHOTOPICKER, however this flag doesn't seem to exist).
10FlaggedApiLiteral: android.provider.EmbeddedPhotoPickerProviderFactory:
11    @FlaggedApi contains a string literal, but should reference the field generated by aconfig (com.android.providers.media.flags.Flags.FLAG_ENABLE_EMBEDDED_PHOTOPICKER, however this flag doesn't seem to exist).
12FlaggedApiLiteral: android.provider.EmbeddedPhotoPickerSession:
13    @FlaggedApi contains a string literal, but should reference the field generated by aconfig (com.android.providers.media.flags.Flags.FLAG_ENABLE_EMBEDDED_PHOTOPICKER, however this flag doesn't seem to exist).
14FlaggedApiLiteral: android.provider.MediaStore#EXTRA_PICKER_PRE_SELECTION_URIS:
15    @FlaggedApi contains a string literal, but should reference the field generated by aconfig (com.android.providers.media.flags.Flags.FLAG_PICKER_PRE_SELECTION, however this flag doesn't seem to exist).
16
17
18MissingNullability: android.provider.EmbeddedPhotoPickerException#CREATOR:
19    Missing nullability on field `CREATOR` in class `class android.provider.EmbeddedPhotoPickerException`
20MissingNullability: android.provider.EmbeddedPhotoPickerException#getActualCause():
21    Missing nullability on method `getActualCause` return
22MissingNullability: android.provider.EmbeddedPhotoPickerException#readFromParcel(android.os.Parcel):
23    Missing nullability on method `readFromParcel` return
24MissingNullability: android.provider.EmbeddedPhotoPickerException#readFromParcel(android.os.Parcel) parameter #0:
25    Missing nullability on parameter `in` in method `readFromParcel`
26MissingNullability: android.provider.EmbeddedPhotoPickerException#writeToParcel(android.os.Parcel, Throwable) parameter #0:
27    Missing nullability on parameter `out` in method `writeToParcel`
28MissingNullability: android.provider.EmbeddedPhotoPickerException#writeToParcel(android.os.Parcel, Throwable) parameter #1:
29    Missing nullability on parameter `t` in method `writeToParcel`
30MissingNullability: android.provider.EmbeddedPhotoPickerException#writeToParcel(android.os.Parcel, int) parameter #0:
31    Missing nullability on parameter `dest` in method `writeToParcel`
32MissingNullability: android.provider.ParcelableException#CREATOR:
33    Missing nullability on field `CREATOR` in class `class android.provider.ParcelableException`
34MissingNullability: android.provider.ParcelableException#readFromParcel(String, android.os.Parcel):
35    Missing nullability on method `readFromParcel` return
36MissingNullability: android.provider.ParcelableException#readFromParcel(String, android.os.Parcel) parameter #0:
37    Missing nullability on parameter `msg` in method `readFromParcel`
38MissingNullability: android.provider.ParcelableException#readFromParcel(String, android.os.Parcel) parameter #1:
39    Missing nullability on parameter `in` in method `readFromParcel`
40MissingNullability: android.provider.ParcelableException#readFromParcel(android.os.Parcel):
41    Missing nullability on method `readFromParcel` return
42MissingNullability: android.provider.ParcelableException#readFromParcel(android.os.Parcel) parameter #0:
43    Missing nullability on parameter `in` in method `readFromParcel`
44MissingNullability: android.provider.ParcelableException#writeToParcel(android.os.Parcel, Throwable) parameter #0:
45    Missing nullability on parameter `out` in method `writeToParcel`
46MissingNullability: android.provider.ParcelableException#writeToParcel(android.os.Parcel, Throwable) parameter #1:
47    Missing nullability on parameter `t` in method `writeToParcel`
48MissingNullability: android.provider.ParcelableException#writeToParcel(android.os.Parcel, int) parameter #0:
49    Missing nullability on parameter `dest` in method `writeToParcel`
50
51
52NotCloseable: android.provider.EmbeddedPhotoPickerSession:
53    Classes that release resources (close()) should implement AutoCloseable and CloseGuard: class android.provider.EmbeddedPhotoPickerSession
54
55
56PackageLayering: android.provider.EmbeddedPhotoPickerSession:
57    Method return type `android.view.SurfaceControlViewHost.SurfacePackage` violates package layering: nothing in `package android.provider` should depend on `package android.view`
58
59
60RequiresPermission: android.provider.MediaStore#canManageMedia(android.content.Context):
61    Method 'canManageMedia' documentation mentions permissions without declaring @RequiresPermission
62RequiresPermission: android.provider.MediaStore#setRequireOriginal(android.net.Uri):
63    Method 'setRequireOriginal' documentation mentions permissions without declaring @RequiresPermission
64
65
66UnflaggedApi: android.provider.ParcelableException:
67    New API must be flagged with @FlaggedApi: class android.provider.ParcelableException
68UnflaggedApi: android.provider.ParcelableException#CREATOR:
69    New API must be flagged with @FlaggedApi: field android.provider.ParcelableException.CREATOR
70UnflaggedApi: android.provider.ParcelableException#ParcelableException(String, Throwable):
71    New API must be flagged with @FlaggedApi: constructor android.provider.ParcelableException(String,Throwable)
72UnflaggedApi: android.provider.ParcelableException#describeContents():
73    New API must be flagged with @FlaggedApi: method android.provider.ParcelableException.describeContents()
74UnflaggedApi: android.provider.ParcelableException#readFromParcel(String, android.os.Parcel):
75    New API must be flagged with @FlaggedApi: method android.provider.ParcelableException.readFromParcel(String,android.os.Parcel)
76UnflaggedApi: android.provider.ParcelableException#readFromParcel(android.os.Parcel):
77    New API must be flagged with @FlaggedApi: method android.provider.ParcelableException.readFromParcel(android.os.Parcel)
78UnflaggedApi: android.provider.ParcelableException#writeToParcel(android.os.Parcel, Throwable):
79    New API must be flagged with @FlaggedApi: method android.provider.ParcelableException.writeToParcel(android.os.Parcel,Throwable)
80UnflaggedApi: android.provider.ParcelableException#writeToParcel(android.os.Parcel, int):
81    New API must be flagged with @FlaggedApi: method android.provider.ParcelableException.writeToParcel(android.os.Parcel,int)
82