| 
									
										
										
										
											2019-09-02 17:31:51 -07:00
										 |  |  | <?xml version="1.0" encoding="utf-8"?> | 
					
						
							|  |  |  | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 
					
						
							|  |  |  |     package="org.godotengine.godot" | 
					
						
							|  |  |  |     android:versionCode="1" | 
					
						
							|  |  |  |     android:versionName="1.0"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <application> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-24 03:49:00 -08:00
										 |  |  |         <!-- Records the version of the Godot library --> | 
					
						
							|  |  |  |         <meta-data | 
					
						
							|  |  |  |             android:name="org.godotengine.library.version" | 
					
						
							|  |  |  |             android:value="${godotLibraryVersion}" /> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-09-02 17:31:51 -07:00
										 |  |  |         <service android:name=".GodotDownloaderService" /> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-23 12:33:15 -07:00
										 |  |  |         <activity | 
					
						
							|  |  |  |             android:name=".utils.ProcessPhoenix" | 
					
						
							|  |  |  |             android:theme="@android:style/Theme.Translucent.NoTitleBar" | 
					
						
							|  |  |  |             android:process=":phoenix" | 
					
						
							|  |  |  |             android:exported="false" | 
					
						
							|  |  |  |             /> | 
					
						
							| 
									
										
										
										
											2019-09-02 17:31:51 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-26 14:03:04 -08:00
										 |  |  |         <provider | 
					
						
							|  |  |  |             android:name="androidx.core.content.FileProvider" | 
					
						
							|  |  |  |             android:authorities="${applicationId}.fileprovider" | 
					
						
							|  |  |  |             android:exported="false" | 
					
						
							|  |  |  |             android:grantUriPermissions="true"> | 
					
						
							|  |  |  |             <meta-data | 
					
						
							|  |  |  |                 android:name="android.support.FILE_PROVIDER_PATHS" | 
					
						
							|  |  |  |                 android:resource="@xml/godot_provider_paths" /> | 
					
						
							|  |  |  |         </provider> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-23 12:33:15 -07:00
										 |  |  |     </application> | 
					
						
							| 
									
										
										
										
											2019-09-02 17:31:51 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | </manifest> |