SharingActivity and SettingsActivity #15

Merged
s416084 merged 21 commits from settingsActivity into develop 2018-10-12 02:26:28 +02:00
Showing only changes of commit 3cb54cceec - Show all commits

View File

@ -125,7 +125,7 @@ public class MainActivity extends AppCompatActivity {
public void onClick(View view) {
PrefUtils.storeIsServiceRunning(getApplicationContext(), false);
stopService(MainActivity.backgroundLocalizationService);
//stopService(MainActivity.backgroundLocalizationService);
SharedPreferences preferences = getSharedPreferences("fmtPrefs", Context.MODE_PRIVATE);
SharedPreferences.Editor editor = preferences.edit();
editor.clear().commit();