We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649672d commit a1efa6dCopy full SHA for a1efa6d
2 files changed
app/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 19
9
targetSdkVersion 28
10
multiDexEnabled true
11
- versionCode 175201229
+ versionCode 175201231
12
versionName "1.7.5"
13
externalNativeBuild {
14
cmake {
app/src/main/java/it/pgp/xfiles/dialogs/UpdateCheckDialog.java
@@ -236,7 +236,7 @@ private void startDownloadOfLatestRelease(View unused) {
236
// since the RH process (being root) cannot be terminated till restart
237
// (even if the executable on the filesystem is actually updated)
238
MainActivity.killRHWrapper();
239
- activity.openWithDefaultApp(apkFile);
+ activity.installApk(apkFile);
240
});
241
AlertDialog alertDialog = bld.create();
242
alertDialog.getWindow().setType(ViewType.OVERLAY_WINDOW_TYPE);
0 commit comments