You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

46 lines
4.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.goodcirclegames.loa" xmlns:tools="http://schemas.android.com/tools" android:installLocation="preferExternal">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:node="remove" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:node="remove" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" />
<application android:icon="@drawable/app_icon" android:label="@string/app_name" android:name="androidx.multidex.MultiDexApplication" android:allowBackup="false" tools:replace="android:allowBackup,android:name" android:allowNativeHeapPointerTagging="false">
<!--uses-library android:name="org.apache.http.legacy" android:required="false" android:allowBackup="false" android:fullBackupContent="false" tools:replace="alndroid:allowBackup,android:fullBackupContent" android:supportsRtl="true" android:allowClearUserData="true" android:debuggable="false" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" -->
<!--갤럭시 S8과 같은 스크린 대응-->
<meta-data android:name="android.max_aspect" android:value="2.1" />
<!--provider android:name="com.goodcirclegames.loagle.firebase.provider.FirebaseInitProvider" android:authorities="com.goodcirclegames.loa.firebaseinitprovider" android:exported="false" -->
<activity android:name="com.unity3d.player.UnityPlayerActivity" android:exported="true" android:theme="@style/UnityThemeSelector" android:screenOrientation="sensorLandscape" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
<meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="true" />
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
<!-- AdMob 초기화를 위한 meta-data 요소 추가 -->
<!-- meta-data android:name="com.goodcirclegames.loagle.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-3940256099942544/5224354917" -->
</activity>
<!--meta-data android:name="com.goodcirclegames.loagle.firebase.messaging.default_notification_icon" android:resource="@drawable/ic_push_z_48" -->
<!--This was added by the AnalyticsFixPropertyRemover. If you want to prevent the generation of this, have "AnalyticsFixPropertyRemover" included in a comment-->
<!--property tools:node="removeAll"-->
<!-- AnalyticsFixPropertyRemover -->
</application>
<uses-feature android:name="android.hardware.vulkan" android:required="false" />
<uses-feature android:name="android.hardware.telephony" android:required="false" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen.multitouch.distinct" android:required="false" />
</manifest>