15 lines
		
	
	
		
			497 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			497 B
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <PreferenceScreen
 | |
| 	xmlns:android="http://schemas.android.com/apk/res/android"
 | |
| 	xmlns:settings="http://schemas.android.com/apk/res-auto"
 | |
| 	android:title="@string/otg"
 | |
| 	settings:keywords="@string/otg">
 | |
| 
 | |
|      <ListPreference
 | |
| 	android:title="@string/otg"
 | |
|         android:entries="@array/usb_function_location"
 | |
|         android:entryValues="@array/usb_function_location_values"
 | |
|         android:key="usb_mode"
 | |
|         android:persistent="true"/>
 | |
| </PreferenceScreen>
 |