Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hrydgard
GitHub Repository: hrydgard/ppsspp
Path: blob/master/android/lint-baseline.xml
4776 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<issues format="6" by="lint 8.12.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.12.2)" variant="all" version="8.12.2">
3
4
<issue
5
id="ScopedStorage"
6
message="WRITE_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to write to shared storage, use the `MediaStore.createWriteRequest` intent."
7
errorLine1=" &lt;uses-permission android:name=&quot;android.permission.WRITE_EXTERNAL_STORAGE&quot; />"
8
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9
<location
10
file="AndroidManifest.xml"
11
line="24"
12
column="36"/>
13
</issue>
14
15
<issue
16
id="ScopedStorage"
17
message="READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: `READ_MEDIA_IMAGES`, `READ_MEDIA_VIDEO` or `READ_MEDIA_AUDIO`."
18
errorLine1=" &lt;uses-permission android:name=&quot;android.permission.READ_EXTERNAL_STORAGE&quot; />"
19
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20
<location
21
file="AndroidManifest.xml"
22
line="25"
23
column="36"/>
24
</issue>
25
26
<issue
27
id="UnusedAttribute"
28
message="Attribute `appCategory` is only used in API level 26 and higher (current min is 21)"
29
errorLine1=" android:appCategory=&quot;game&quot;"
30
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
31
<location
32
file="AndroidManifest.xml"
33
line="47"
34
column="9"/>
35
</issue>
36
37
<issue
38
id="UnusedAttribute"
39
message="Attribute `preserveLegacyExternalStorage` is only used in API level 30 and higher (current min is 21)"
40
errorLine1=" android:preserveLegacyExternalStorage=&quot;true&quot;>"
41
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42
<location
43
file="AndroidManifest.xml"
44
line="51"
45
column="9"/>
46
</issue>
47
48
<issue
49
id="UnusedAttribute"
50
message="Attribute `shell` is only used in API level 29 and higher (current min is 21)"
51
errorLine1=" &lt;profileable android:shell=&quot;true&quot; android:enabled=&quot;true&quot; />"
52
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
53
<location
54
file="AndroidManifest.xml"
55
line="118"
56
column="22"/>
57
</issue>
58
59
</issues>
60
61