mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-29 23:09:48 +00:00
getting to release 2.8.5
This commit is contained in:
parent
914375c8ed
commit
d3a34ff81d
5 changed files with 22 additions and 23 deletions
|
|
@ -628,10 +628,7 @@ public class MainActivity extends AppCompatActivity {
|
|||
public void run() {
|
||||
if (!isRunning) {
|
||||
Intent serviceIntent = new Intent(activity, MainService.class);
|
||||
if (MainSettingsManager.getVmUi(activity).equals("X11"))
|
||||
MainService.env = "dwm; " + env;
|
||||
else
|
||||
MainService.env = env;
|
||||
MainService.env = env;
|
||||
MainService.CHANNEL_ID = vmName;
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
||||
activity.startForegroundService(serviceIntent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue