We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db5024 commit ca759dbCopy full SHA for ca759db
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
// we're not going to google play
12
//noinspection OldTargetApi
13
targetSdkVersion 27
14
- versionCode 2030
15
- versionName "0.2.0-rc3"
+ versionCode 2040
+ versionName "0.2.0-rc4"
16
}
17
signingConfigs {
18
release {
app/src/main/java/org/androidbootmanager/app/ui/wizard/WizardActivity.java
@@ -60,4 +60,9 @@ protected void onCreate(Bundle savedInstanceState) {
60
});
61
model.getNegativeText().observe(this,((Button) findViewById(R.id.wizard_negativeButton))::setText);
62
63
+
64
+ @Override
65
+ public void onBackPressed() {
66
+ // Do nothing
67
+ }
68
0 commit comments