mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Update AndroidManifest for Android TV (#6330)
This commit is contained in:
		
							parent
							
								
									c96f54f022
								
							
						
					
					
						commit
						27be16ee31
					
				
					 1 changed files with 17 additions and 7 deletions
				
			
		|  | @ -7,13 +7,24 @@ | |||
|     <uses-feature | ||||
|         android:name="android.hardware.gamepad" | ||||
|         android:required="false"/> | ||||
| 
 | ||||
|     <uses-feature android:glEsVersion="0x00030002" android:required="true" /> | ||||
| 
 | ||||
|     <uses-feature android:name="android.hardware.opengles.aep" android:required="true" /> | ||||
|     <uses-feature | ||||
|         android:name="android.hardware.microphone" | ||||
|         android:required="false"/> | ||||
|     <uses-feature | ||||
|         android:name="android.hardware.camera" | ||||
|         android:required="false"/> | ||||
|     <uses-feature | ||||
|         android:name="android.hardware.camera.any" | ||||
|         android:required="false"/> | ||||
|     <uses-feature | ||||
|         android:name="android.hardware.camera.autofocus" | ||||
|         android:required="false"/> | ||||
|     <uses-feature | ||||
|         android:name="android.software.leanback" | ||||
|         android:required="false"/> | ||||
| 
 | ||||
|     <uses-feature android:glEsVersion="0x00030002" android:required="true" /> | ||||
|     <uses-feature android:name="android.hardware.opengles.aep" android:required="true" /> | ||||
| 
 | ||||
|     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||||
|     <uses-permission android:name="android.permission.INTERNET" /> | ||||
|  | @ -21,7 +32,6 @@ | |||
|     <uses-permission android:name="android.permission.RECORD_AUDIO" /> | ||||
|     <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> | ||||
| 
 | ||||
| 
 | ||||
|     <application | ||||
|         android:name="org.citra.citra_emu.CitraApplication" | ||||
|         android:label="@string/app_name" | ||||
|  | @ -40,8 +50,8 @@ | |||
|             <!-- This intentfilter marks this Activity as the one that gets launched from Home screen. --> | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.MAIN"/> | ||||
| 
 | ||||
|                 <category android:name="android.intent.category.LAUNCHER"/> | ||||
|                 <category android:name="android.intent.category.LEANBACK_LAUNCHER"/> | ||||
|             </intent-filter> | ||||
|         </activity> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue