mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-28 22:39:50 +00:00
3.2.3
- 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:
parent
373388b0d0
commit
9178a544d9
20 changed files with 1424 additions and 1468 deletions
|
|
@ -140,10 +140,11 @@ public class CqcmActivity extends AppCompatActivity {
|
|||
Log.i("CqcmActivity", "Opened SplashActivity");
|
||||
} else {
|
||||
Log.i("CqcmActivity", "Vectras VM is opening.");
|
||||
openURL.setAction(Intent.ACTION_VIEW);
|
||||
openURL.setData(Uri.parse("android-app://com.vectras.vm"));
|
||||
startActivity(openURL);
|
||||
Log.i("CqcmActivity", "Opened Vectras VM using URL.");
|
||||
Intent intent = new Intent();
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
|
||||
intent.setClass(this, HomeActivity.class);
|
||||
startActivity(intent);
|
||||
Log.i("CqcmActivity", "Opened HomeActivity.");
|
||||
}
|
||||
finish();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue