-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathlint-baseline.xml
More file actions
70 lines (63 loc) · 3.08 KB
/
Copy pathlint-baseline.xml
File metadata and controls
70 lines (63 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha08">
<issue
id="GestureBackNavigation"
message="`onBackPressed` is no longer called for back gestures; migrate to AndroidX's backward compatible `OnBackPressedDispatcher`"
errorLine1=" public void onBackPressed() {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="packages/apps/Contacts/src/com/android/contacts/activities/ContactEditorActivity.java"
line="410"
column="17"/>
</issue>
<issue
id="GestureBackNavigation"
message="`onBackPressed` is no longer called for back gestures; migrate to AndroidX's backward compatible `OnBackPressedDispatcher`"
errorLine1=" public void onBackPressed() {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="packages/apps/Contacts/src/com/android/contacts/activities/ContactSelectionActivity.java"
line="744"
column="17"/>
</issue>
<issue
id="GestureBackNavigation"
message="`onBackPressed` is no longer called for back gestures; migrate to AndroidX's backward compatible `OnBackPressedDispatcher`"
errorLine1=" public void onBackPressed() {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="packages/apps/Contacts/src/com/android/contacts/list/CustomContactListFilterActivity.java"
line="957"
column="17"/>
</issue>
<issue
id="GestureBackNavigation"
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"
errorLine1=" if (keyCode == KeyEvent.KEYCODE_BACK) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="packages/apps/Contacts/src/com/android/contacts/activities/PeopleActivity.java"
line="773"
column="28"/>
</issue>
<issue
id="GestureBackNavigation"
message="`onBackPressed` is no longer called for back gestures; migrate to AndroidX's backward compatible `OnBackPressedDispatcher`"
errorLine1=" public void onBackPressed() {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="packages/apps/Contacts/src/com/android/contacts/activities/PeopleActivity.java"
line="794"
column="17"/>
</issue>
<issue
id="GestureBackNavigation"
message="`onBackPressed` is no longer called for back gestures; migrate to AndroidX's backward compatible `OnBackPressedDispatcher`"
errorLine1=" public void onBackPressed() {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactActivity.java"
line="2399"
column="17"/>
</issue>
</issues>