#6 Renamed start on boot preference

master
Keith Irwin 2017-04-21 21:04:45 -04:00
parent e0d4bc6d89
commit 4b43a747ee
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ public class SettingsActivity extends AppCompatPreferenceActivity {
@Override
public void onBackPressed() {
// super.onBackPressed();
super.onBackPressed();
//TODO: #8 Set intent to not log back in again
Intent signOutIntent = new Intent();

View File

@ -7,7 +7,7 @@
<!-- Start on boot -->
<SwitchPreference
android:defaultValue="true"
android:key="start_on_boot"
android:key="pref_start_boot"
android:title="@string/pref_start_boot"
/>