mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Complete auto updates checker (#449)
* Complete auto updates checker * Use GcmTaskService for the periodical updates checker * Persist task across reinstalls * Hide setting instead of disabling * Minor refactor
This commit is contained in:
		| @@ -12,12 +12,11 @@ | ||||
|             android:summary="@string/pref_acra_summary" | ||||
|             android:title="@string/pref_enable_acra"/> | ||||
|  | ||||
|         <!--<SwitchPreferenceCompat--> | ||||
|         <!--android:defaultValue="false"--> | ||||
|         <!--android:enabled="false"--> | ||||
|         <!--android:key="@string/pref_enable_automatic_updates_key"--> | ||||
|         <!--android:summary="@string/pref_enable_automatic_updates_summary"--> | ||||
|         <!--android:title="@string/pref_enable_automatic_updates"/>--> | ||||
|         <SwitchPreference | ||||
|             android:defaultValue="false" | ||||
|             android:key="@string/pref_enable_automatic_updates_key" | ||||
|             android:summary="@string/pref_enable_automatic_updates_summary" | ||||
|             android:title="@string/pref_enable_automatic_updates"/> | ||||
|  | ||||
|         <Preference | ||||
|             android:key="@string/pref_version" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user