We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40191b9 commit 53b40cdCopy full SHA for 53b40cd
framework/src/org/apache/cordova/CoreAndroid.java
@@ -253,7 +253,7 @@ public void run() {
253
*/
254
public void overrideBackbutton(boolean override) {
255
LOG.i("App", "WARNING: Back Button Default Behavior will be overridden. The backbutton event will be fired!");
256
- if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.BAKLAVA) {
+ if (Build.VERSION.SDK_INT >= 36) { // Build.VERSION_CODES.BAKLAVA
257
if (override) {
258
synchronized (backButtonHandlerLock) {
259
if (backCallback == null) {
0 commit comments