| 
									
										
										
										
											2025-08-30 14:29:12 +00:00
										 |  |  |  | <?xml version="1.0" encoding="utf-8"?> | 
					
						
							|  |  |  |  | <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> | 
					
						
							|  |  |  |  |   <application> | 
					
						
							|  |  |  |  |     <activity android:name="com.unity3d.player.UnityPlayerActivity" android:theme="@style/UnityThemeSelector"> | 
					
						
							|  |  |  |  |       <intent-filter> | 
					
						
							|  |  |  |  |         <action android:name="android.intent.action.MAIN" /> | 
					
						
							|  |  |  |  |         <category android:name="android.intent.category.LAUNCHER" /> | 
					
						
							|  |  |  |  |       </intent-filter> | 
					
						
							|  |  |  |  |       <meta-data android:name="unityplayer.UnityActivity" android:value="true" /> | 
					
						
							|  |  |  |  |     </activity> | 
					
						
							|  |  |  |  |     <receiver android:name="com.adjust.sdk.AdjustReferrerReceiver" android:permission="android.permission.INSTALL_PACKAGES" android:exported="true"> | 
					
						
							|  |  |  |  |       <intent-filter> | 
					
						
							|  |  |  |  |         <action android:name="com.android.vending.INSTALL_REFERRER" /> | 
					
						
							|  |  |  |  |       </intent-filter> | 
					
						
							|  |  |  |  |     </receiver> | 
					
						
							|  |  |  |  |   </application> | 
					
						
							|  |  |  |  |   <uses-permission android:name="android.permission.INTERNET" /> | 
					
						
							|  |  |  |  |   <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | 
					
						
							|  |  |  |  |   <uses-permission android:name="com.google.android.gms.permission.AD_ID" /> | 
					
						
							|  |  |  |  |   <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" /> | 
					
						
							|  |  |  |  | </manifest> |