mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			489 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			489 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| 
 | |
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
 | |
| 
 | |
|     <ListPreference
 | |
|         android:key="defaultLicense"
 | |
|         android:title="@string/preference_license"
 | |
|         android:defaultValue="CC BY-SA"
 | |
|         />
 | |
|     <CheckBoxPreference
 | |
|         android:title="@string/allow_gps"
 | |
|         android:defaultValue="false"
 | |
|         android:summary="@string/allow_gps_summary"
 | |
|         android:key="allowGps" />
 | |
| 
 | |
| 
 | |
| </PreferenceScreen>
 | 
