wifi action

This commit is contained in:
2022-06-01 22:36:30 +02:00
parent 7167f0c03d
commit 00f296d2d1
17 changed files with 388 additions and 19 deletions

View File

@@ -80,7 +80,7 @@ public class ActivityMainScreen extends ActivityGeneric
bDonate = (Button)findViewById(R.id.bDonate);
if(!BuildConfig.FLAVOR.equalsIgnoreCase("googlePlayFlavor"))
if(!BuildConfig.FLAVOR.equalsIgnoreCase(AutomationService.flavor_name_googleplay))
bDonate.setVisibility(View.VISIBLE);
toggleService.setChecked(AutomationService.isMyServiceRunning(this));