Advertisement
Guest User

Untitled

a guest
Aug 24th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.nhnent.SKQUEST" platformBuildVersionCode="21" platformBuildVersionName="APKTOOL">
  3. <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true"/>
  4. <application android:debuggable="false" android:icon="@drawable/app_icon" android:label="@string/app_name">
  5. <activity android:name="com.unity3d.plugin.downloader.UnityDownloaderActivity" android:screenOrientation="sensorLandscape"/>
  6. <service android:name="com.unity3d.plugin.downloader.UnityDownloaderService"/>
  7. <receiver android:name="com.unity3d.plugin.downloader.UnityAlarmReceiver"/>
  8. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.toast.android.analytics.PromotionActivity"/>
  9. <receiver android:name="com.hangame.hsp.push.NPushBroadcastReceiver">
  10. <intent-filter>
  11. <action android:name="com.nhn.nni.intent.RECEIVE"/>
  12. <action android:name="com.nhn.nni.intent.REGISTRATION"/>
  13. <action android:name="com.nhn.nni.intent.EVENT"/>
  14. <category android:name="com.nhnent.SKQUEST"/>
  15. </intent-filter>
  16. <intent-filter>
  17. <action android:name="android.intent.action.BOOT_COMPLETED"/>
  18. <action android:name="android.intent.action.GTALK_CONNECTED"/>
  19. <action android:name="android.intent.action.ACTION_POWER_CONNECTED"/>
  20. <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/>
  21. </intent-filter>
  22. </receiver>
  23. <service android:exported="true" android:label="NHN Notification Infra" android:name="com.nhn.nni.NNIMessageService" android:process="com.nhn.nni">
  24. <intent-filter android:priority="1">
  25. <action android:name="com.nhn.nni.intent.REGISTER"/>
  26. <action android:name="com.nhn.nni.intent.UNREGISTER"/>
  27. <action android:name="com.nhn.nni.intent.GET_STATE"/>
  28. </intent-filter>
  29. </service>
  30. <service android:name="com.hangame.hsp.push.NPushIntentService"/>
  31. <activity android:alwaysRetainTaskState="true" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.nhnent.hsp.unity.HspUnityActivity" android:screenOrientation="sensorLandscape">
  32. <intent-filter>
  33. <action android:name="android.intent.action.MAIN"/>
  34. <category android:name="android.intent.category.LAUNCHER"/>
  35. </intent-filter>
  36. <intent-filter>
  37. <action android:name="com.package.name.CustomAction"/>
  38. <category android:name="android.intent.category.DEFAULT"/>
  39. </intent-filter>
  40. <meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="false"/>
  41. </activity>
  42. <activity android:alwaysRetainTaskState="true" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.nhnent.SKQUEST.EntryActivity" android:screenOrientation="sensorLandscape">
  43. <intent-filter>
  44. <action android:name="android.intent.action.VIEW"/>
  45. <category android:name="android.intent.category.DEFAULT"/>
  46. <category android:name="android.intent.category.BROWSABLE"/>
  47. <data android:host="kakaolink" android:scheme="kakaoed26fc54a38b62e09ff89360a14be096"/>
  48. <data android:host="join" android:scheme="kakaoed26fc54a38b62e09ff89360a14be096"/>
  49. </intent-filter>
  50. </activity>
  51.  
  52. <activity android:name="com.google.example.games.pluginsupport.SignInHelperActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
  53. <activity android:name="com.google.example.games.pluginsupport.SelectOpponentsHelperActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
  54. <activity android:name="com.google.example.games.pluginsupport.InvitationInboxHelperActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
  55. <meta-data android:name="com.google.android.gms.games.APP_ID" android:value="699490710228"/>
  56. <meta-data android:name="com.google.android.gms.appstate.APP_ID" android:value="699490710228"/>
  57. <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
  58. <activity android:configChanges="locale|keyboardHidden|layoutDirection|orientation|screenSize" android:name="com.toastgamenew.hsp.auth.login.GoogleLoginActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
  59. <activity android:configChanges="locale|keyboardHidden|layoutDirection|orientation|screenSize" android:finishOnTaskLaunch="true" android:name="com.hangame.hsp.ui.HSPUiActivity" android:theme="@style/HspTheme.Translucent.NoTitle" android:windowSoftInputMode="adjustPan"/>
  60. <receiver android:exported="true" android:name="com.hangame.hsp.referrer.InstallReceiver">
  61. <intent-filter>
  62. <action android:name="com.android.vending.INSTALL_REFERRER"/>
  63. </intent-filter>
  64. <meta-data android:name="forward1" android:value="com.toast.android.analytics.InstallReferrerReceiver"/>
  65. <meta-data android:name="forward2" android:value="com.kontagent.KAnalyticsReceiver"/>
  66. <meta-data android:name="forward3" android:value="com.mobileapptracker.Tracker"/>
  67. </receiver>
  68. <receiver android:exported="true" android:name="com.toast.android.analytics.ExecutionReferrerReceiver">
  69. <intent-filter>
  70. <action android:name="com.toast.android.analytics.toastpromotion.EXECUTION"/>
  71. </intent-filter>
  72. </receiver>
  73. <activity android:name="com.facebook.LoginActivity" android:screenOrientation="sensorLandscape" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
  74. <activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize" android:label="@string/app_name" android:name="com.unity3d.player.VideoPlayer"/>
  75. <activity android:configChanges="locale|fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.unity3d.player.UnityPlayerNativeActivity" android:screenOrientation="sensorLandscape">
  76. <meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="true"/>
  77. </activity>
  78. <service android:enabled="true" android:icon="@drawable/ic_launcher" android:name="com.CFM.ELAN.ELANAlarmCreator"/>
  79. <receiver android:name="com.CFM.ELAN.TimedAlarm"/>
  80. <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="558823937556050"/>
  81. <meta-data android:name="APP_NAME" android:value="com.nhnent.SKQUEST"/>
  82. <meta-data android:name="com.kakao.sdk.AppKey" android:value="ed26fc54a38b62e09ff89360a14be096"/>
  83. <meta-data android:name="com.toast.android.analytics.appstore" android:value="Google"/>
  84. <activity android:configChanges="locale|fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:name="com.facebook.unity.FBUnityLoginActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
  85. <activity android:exported="true" android:name="com.facebook.unity.FBUnityDeepLinkingActivity"/>
  86. <activity android:configChanges="locale|fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:name="com.facebook.unity.FBUnityDialogsActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
  87. <activity android:configChanges="locale|fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.androidnative.AndroidNativeProxy" android:theme="@android:style/Theme.Translucent.NoTitleBar">
  88. <intent-filter>
  89. <action android:name="android.intent.action.VIEW"/>
  90. <category android:name="android.intent.category.DEFAULT"/>
  91. <category android:name="android.intent.category.BROWSABLE"/>
  92. <data android:host="com.nhnent.SKQUEST" android:scheme="oauth"/>
  93.  
  94. </intent-filter>
  95. </activity>
  96. </application>
  97. <uses-feature android:glEsVersion="0x20000"/>
  98. <supports-gl-texture android:name="GL_OES_compressed_ETC1_RGB8_texture"/>
  99. <uses-permission android:name="android.permission.INTERNET"/>
  100. <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
  101. <uses-permission android:name="android.permission.USE_CREDENTIALS"/>
  102. <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
  103. <uses-permission android:name="android.permission.VIBRATE"/>
  104. <uses-permission android:name="android.permission.DISABLE_KEYGUARD"/>
  105. <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
  106. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
  107. <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
  108. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
  109. <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
  110. <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
  111. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
  112. <uses-permission android:name="android.permission.WAKE_LOCK"/>
  113. <uses-permission android:name="com.android.vending.BILLING"/>
  114. <uses-permission android:name="com.android.vending.CHECK_LICENSE"/>
  115. <permission android:name="com.nhnent.SKQUEST.permission.NNI_MESSAGE" android:protectionLevel="signature"/>
  116. <uses-permission android:name="com.nhnent.SKQUEST.permission.NNI_MESSAGE"/>
  117. <uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="false"/>
  118. <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
  119. <uses-feature android:name="android.hardware.touchscreen.multitouch.distinct" android:required="false"/>
  120. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement