|
33 | 33 | tools:ignore="UnusedAttribute">
|
34 | 34 | <activity
|
35 | 35 | android:name=".activities.user.UserLockSettingsActivity"
|
| 36 | + android:enableOnBackInvokedCallback="false" |
36 | 37 | android:exported="true"
|
37 | 38 | android:label="@string/title_activity_user_lock_settings"
|
38 | 39 | android:theme="@style/Theme.BV" />
|
39 | 40 | <activity
|
40 | 41 | android:name=".activities.video.RemoteControllerPanelDemoActivity"
|
| 42 | + android:enableOnBackInvokedCallback="false" |
41 | 43 | android:exported="false"
|
42 | 44 | android:label="@string/title_activity_remote_controller_panel_demo"
|
43 | 45 | android:theme="@style/Theme.BV" />
|
44 | 46 | <activity
|
45 | 47 | android:name=".activities.settings.LogsActivity"
|
| 48 | + android:enableOnBackInvokedCallback="false" |
46 | 49 | android:exported="false"
|
47 | 50 | android:label="@string/title_activity_logs"
|
48 | 51 | android:theme="@style/Theme.BV" />
|
49 | 52 | <activity
|
50 | 53 | android:name=".activities.user.UserSwitchActivity"
|
| 54 | + android:enableOnBackInvokedCallback="false" |
51 | 55 | android:exported="true"
|
52 | 56 | android:label="@string/title_activity_user_switch"
|
53 | 57 | android:theme="@style/Theme.BV" />
|
54 | 58 | <activity
|
55 | 59 | android:name=".activities.settings.MediaCodecActivity"
|
| 60 | + android:enableOnBackInvokedCallback="false" |
56 | 61 | android:exported="true"
|
57 | 62 | android:label="@string/title_activity_media_codec"
|
58 | 63 | android:theme="@style/Theme.BV" />
|
59 | 64 | <activity
|
60 | 65 | android:name=".activities.video.VideoPlayerV3Activity"
|
| 66 | + android:enableOnBackInvokedCallback="false" |
61 | 67 | android:exported="true"
|
62 | 68 | android:label="@string/title_activity_video_player_v3"
|
63 | 69 | android:theme="@style/Theme.BV" />
|
64 | 70 | <activity
|
65 | 71 | android:name=".activities.video.TagActivity"
|
| 72 | + android:enableOnBackInvokedCallback="false" |
66 | 73 | android:exported="false"
|
67 | 74 | android:label="@string/title_activity_tag"
|
68 | 75 | android:theme="@style/Theme.BV" />
|
69 | 76 | <activity
|
70 | 77 | android:name=".activities.pgc.PgcIndexActivity"
|
| 78 | + android:enableOnBackInvokedCallback="false" |
71 | 79 | android:exported="false"
|
72 | 80 | android:label="@string/title_activity_pgc_index"
|
73 | 81 | android:theme="@style/Theme.BV" />
|
74 | 82 | <activity
|
75 | 83 | android:name=".activities.user.FollowingSeasonActivity"
|
| 84 | + android:enableOnBackInvokedCallback="false" |
76 | 85 | android:exported="false"
|
77 | 86 | android:label="@string/title_activity_following_season"
|
78 | 87 | android:theme="@style/Theme.BV" />
|
79 | 88 | <activity
|
80 | 89 | android:name=".activities.pgc.anime.AnimeTimelineActivity"
|
| 90 | + android:enableOnBackInvokedCallback="false" |
81 | 91 | android:exported="false"
|
82 | 92 | android:label="@string/title_activity_anime_timeline"
|
83 | 93 | android:theme="@style/Theme.BV" />
|
84 | 94 | <activity
|
85 | 95 | android:name=".activities.search.SearchResultActivity"
|
| 96 | + android:enableOnBackInvokedCallback="false" |
86 | 97 | android:exported="false"
|
87 | 98 | android:label="@string/title_activity_search_result"
|
88 | 99 | android:theme="@style/Theme.BV" />
|
89 | 100 | <activity
|
90 | 101 | android:name=".activities.search.SearchInputActivity"
|
| 102 | + android:enableOnBackInvokedCallback="false" |
91 | 103 | android:exported="false"
|
92 | 104 | android:label="@string/title_activity_search_input"
|
93 | 105 | android:theme="@style/Theme.BV" />
|
94 | 106 | <activity
|
95 | 107 | android:name=".activities.user.FollowActivity"
|
| 108 | + android:enableOnBackInvokedCallback="false" |
96 | 109 | android:exported="false"
|
97 | 110 | android:label="@string/title_activity_follow"
|
98 | 111 | android:theme="@style/Theme.BV" />
|
99 | 112 | <activity
|
100 | 113 | android:name=".activities.video.SeasonInfoActivity"
|
| 114 | + android:enableOnBackInvokedCallback="false" |
101 | 115 | android:exported="false"
|
102 | 116 | android:label="@string/title_activity_season_info"
|
103 | 117 | android:theme="@style/Theme.BV" />
|
104 | 118 | <activity
|
105 | 119 | android:name=".activities.settings.SpeedTestActivity"
|
| 120 | + android:enableOnBackInvokedCallback="false" |
106 | 121 | android:exported="false"
|
107 | 122 | android:label="@string/title_activity_speed_test"
|
108 | 123 | android:theme="@style/Theme.BV" />
|
109 | 124 | <activity
|
110 | 125 | android:name=".activities.user.FavoriteActivity"
|
| 126 | + android:enableOnBackInvokedCallback="false" |
111 | 127 | android:exported="false"
|
112 | 128 | android:label="@string/title_activity_favorite"
|
113 | 129 | android:theme="@style/Theme.BV" />
|
114 | 130 | <activity
|
115 | 131 | android:name=".activities.video.VideoPlayerActivity"
|
| 132 | + android:enableOnBackInvokedCallback="false" |
116 | 133 | android:exported="false"
|
117 | 134 | android:label="@string/title_activity_video_player"
|
118 | 135 | android:theme="@style/Theme.BV" />
|
119 | 136 | <activity
|
120 | 137 | android:name=".activities.video.UpInfoActivity"
|
| 138 | + android:enableOnBackInvokedCallback="false" |
121 | 139 | android:exported="false"
|
122 | 140 | android:label="@string/title_activity_up_info"
|
123 | 141 | android:theme="@style/Theme.BV" />
|
124 | 142 | <activity
|
125 | 143 | android:name=".activities.settings.SettingsActivity"
|
| 144 | + android:enableOnBackInvokedCallback="false" |
126 | 145 | android:exported="false"
|
127 | 146 | android:label="@string/title_activity_settings"
|
128 | 147 | android:theme="@style/Theme.BV" />
|
129 | 148 | <activity
|
130 | 149 | android:name=".activities.user.HistoryActivity"
|
| 150 | + android:enableOnBackInvokedCallback="false" |
131 | 151 | android:exported="false"
|
132 | 152 | android:label="@string/title_activity_history"
|
133 | 153 | android:theme="@style/Theme.BV" />
|
134 | 154 | <activity
|
135 | 155 | android:name=".activities.user.ToViewActivity"
|
| 156 | + android:enableOnBackInvokedCallback="false" |
136 | 157 | android:exported="false"
|
137 | 158 | android:label="@string/title_activity_toview"
|
138 | 159 | android:theme="@style/Theme.BV" />
|
139 | 160 | <activity
|
140 | 161 | android:name=".activities.user.UserInfoActivity"
|
| 162 | + android:enableOnBackInvokedCallback="false" |
141 | 163 | android:exported="false"
|
142 | 164 | android:label="@string/title_activity_user_info"
|
143 | 165 | android:theme="@style/Theme.BV" />
|
144 | 166 | <activity
|
145 | 167 | android:name=".activities.user.LoginActivity"
|
| 168 | + android:enableOnBackInvokedCallback="false" |
146 | 169 | android:exported="false"
|
147 | 170 | android:label="@string/title_activity_login"
|
148 | 171 | android:theme="@style/Theme.BV" />
|
149 | 172 | <activity
|
150 | 173 | android:name=".activities.video.VideoInfoActivity"
|
| 174 | + android:enableOnBackInvokedCallback="false" |
151 | 175 | android:exported="false"
|
152 | 176 | android:label="@string/title_activity_video_info"
|
153 | 177 | android:theme="@style/Theme.BV" />
|
|
0 commit comments