- Improved Setup Wizard.
- Improved Home.
- Fixed some issues on devices without Google apps installed.
- The text color of dialog buttons will automatically change to white on devices with custom dynamic colors.
- Tiny Vterm will now close itself when using the exit command.
This commit is contained in:
An Bui 2025-10-18 18:53:53 +07:00
parent 373388b0d0
commit 9178a544d9
20 changed files with 1424 additions and 1468 deletions

View file

@ -149,9 +149,9 @@ public class Minitools extends AppCompatActivity {
FileUtils.deleteDirectory(getFilesDir().getAbsolutePath() + "/distro");
FileUtils.deleteDirectory(getFilesDir().getAbsolutePath() + "/usr");
Intent intent = new Intent();
intent.setClass(Minitools.this, SetupQemuActivity.class);
intent.setClass(Minitools.this, SetupWizardActivity.class);
startActivity(intent);
finish();
finishAffinity();
}, null, null));
spinnerselectmirror.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {