mirror of
				https://github.com/nerzhul/ownCloud-SMS-App.git
				synced 2025-10-31 02:17:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			578 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			578 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
 | |
|     <PreferenceCategory
 | |
|         android:title="@string/summary_global_pref_to_general_prefs">
 | |
|     <ListPreference
 | |
|         android:defaultValue="10"
 | |
|         android:entries="@array/pref_sync_frequency_titles"
 | |
|         android:entryValues="@array/pref_sync_frequency_values"
 | |
|         android:key="sync_frequency"
 | |
|         android:negativeButtonText="@null"
 | |
|         android:positiveButtonText="@null"
 | |
|         android:title="@string/pref_title_sync_frequency" />
 | |
| 	</PreferenceCategory>
 | |
| </PreferenceScreen>
 |