Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hrydgard
GitHub Repository: hrydgard/ppsspp
Path: blob/master/android/lint-baseline.xml
3657 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="GestureBackNavigation"
28
message="If intercepting back events, this should be handled through the registration of callbacks; see https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture"
29
errorLine1=" case KeyEvent.KEYCODE_BACK:"
30
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
31
<location
32
file="src/org/ppsspp/ppsspp/NativeActivity.java"
33
line="1021"
34
column="8"/>
35
</issue>
36
37
<issue
38
id="GestureBackNavigation"
39
message="If intercepting back events, this should be handled through the registration of callbacks; see https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture"
40
errorLine1=" case KeyEvent.KEYCODE_BACK:"
41
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
42
<location
43
file="src/org/ppsspp/ppsspp/NativeActivity.java"
44
line="1135"
45
column="8"/>
46
</issue>
47
48
<issue
49
id="GestureBackNavigation"
50
message="If intercepting back events, this should be handled through the registration of callbacks; see https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture"
51
errorLine1=" case KeyEvent.KEYCODE_BACK:"
52
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
53
<location
54
file="src/org/ppsspp/ppsspp/NativeActivity.java"
55
line="1169"
56
column="8"/>
57
</issue>
58
59
<issue
60
id="UnusedAttribute"
61
message="Attribute `appCategory` is only used in API level 26 and higher (current min is 21)"
62
errorLine1=" android:appCategory=&quot;game&quot;"
63
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
64
<location
65
file="AndroidManifest.xml"
66
line="47"
67
column="9"/>
68
</issue>
69
70
<issue
71
id="UnusedAttribute"
72
message="Attribute `preserveLegacyExternalStorage` is only used in API level 30 and higher (current min is 21)"
73
errorLine1=" android:preserveLegacyExternalStorage=&quot;true&quot;>"
74
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
75
<location
76
file="AndroidManifest.xml"
77
line="51"
78
column="9"/>
79
</issue>
80
81
<issue
82
id="UnusedAttribute"
83
message="Attribute `shell` is only used in API level 29 and higher (current min is 21)"
84
errorLine1=" &lt;profileable android:shell=&quot;true&quot; android:enabled=&quot;true&quot; />"
85
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
86
<location
87
file="AndroidManifest.xml"
88
line="118"
89
column="22"/>
90
</issue>
91
92
<issue
93
id="QueryPermissionsNeeded"
94
message="Consider adding a `&lt;queries>` declaration to your manifest when calling this method; see https://g.co/dev/packagevisibility for details"
95
errorLine1=" if (intent.resolveActivityInfo(getPackageManager(), 0) != null) {"
96
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
97
<location
98
file="src/org/ppsspp/ppsspp/NativeActivity.java"
99
line="1669"
100
column="16"/>
101
</issue>
102
103
<issue
104
id="SourceLockedOrientationActivity"
105
message="You should not lock orientation of your activities, so that you can support a good user experience for any device or orientation"
106
errorLine1=" setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);"
107
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
108
<location
109
file="src/org/ppsspp/ppsspp/NativeActivity.java"
110
line="538"
111
column="4"/>
112
</issue>
113
114
<issue
115
id="SourceLockedOrientationActivity"
116
message="You should not lock orientation of your activities, so that you can support a good user experience for any device or orientation"
117
errorLine1=" setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT);"
118
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
119
<location
120
file="src/org/ppsspp/ppsspp/NativeActivity.java"
121
line="544"
122
column="4"/>
123
</issue>
124
125
</issues>
126
127