Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.73 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" android:name="com.seworks.medusah.app">
  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|uiMode|screenSize|smallestScreenSize" 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. <activity android:name="com.google.example.games.pluginsupport.SignInHelperActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
  52. <activity android:name="com.google.example.games.pluginsupport.SelectOpponentsHelperActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
  53. <activity android:name="com.google.example.games.pluginsupport.InvitationInboxHelperActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
  54. <meta-data android:name="com.google.android.gms.games.APP_ID" android:value="@string/google_app_id"/>
  55. <meta-data android:name="com.google.android.gms.appstate.APP_ID" android:value="@string/google_app_id"/>
  56. <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
  57. <activity android:configChanges="locale|keyboardHidden|orientation|screenSize|layoutDirection" android:name="com.toastgamenew.hsp.auth.login.GoogleLoginActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
  58. <activity android:configChanges="locale|keyboardHidden|orientation|screenSize|layoutDirection" android:finishOnTaskLaunch="true" android:name="com.hangame.hsp.ui.HSPUiActivity" android:theme="@style/HspTheme.Translucent.NoTitle" android:windowSoftInputMode="adjustPan"/>
  59. <receiver android:exported="true" android:name="com.hangame.hsp.referrer.InstallReceiver">
  60. <intent-filter>
  61. <action android:name="com.android.vending.INSTALL_REFERRER"/>
  62. </intent-filter>
  63. <meta-data android:name="forward1" android:value="com.toast.android.analytics.InstallReferrerReceiver"/>
  64. <meta-data android:name="forward2" android:value="com.kontagent.KAnalyticsReceiver"/>
  65. <meta-data android:name="forward3" android:value="com.mobileapptracker.Tracker"/>
  66. </receiver>
  67. <receiver android:exported="true" android:name="com.toast.android.analytics.ExecutionReferrerReceiver">
  68. <intent-filter>
  69. <action android:name="com.toast.android.analytics.toastpromotion.EXECUTION"/>
  70. </intent-filter>
  71. </receiver>
  72. <activity android:name="com.facebook.LoginActivity" android:screenOrientation="sensorLandscape" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
  73. <activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize" android:label="@string/app_name" android:name="com.unity3d.player.VideoPlayer"/>
  74. <activity android:configChanges="locale|mcc|mnc|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.unity3d.player.UnityPlayerNativeActivity" android:screenOrientation="sensorLandscape">
  75. <meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="true"/>
  76. </activity>
  77. <service android:enabled="true" android:icon="@drawable/ic_launcher" android:name="com.CFM.ELAN.ELANAlarmCreator"/>
  78. <receiver android:name="com.CFM.ELAN.TimedAlarm"/>
  79. <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="1447706194"/>
  80. <meta-data android:name="APP_NAME" android:value="com.nhnent.SKQUEST"/>
  81. <meta-data android:name="com.kakao.sdk.AppKey" android:value="ed26fc54a38b62e09ff89360a14be096"/>
  82. <meta-data android:name="com.toast.android.analytics.appstore" android:value="Google"/>
  83. <activity android:configChanges="locale|mcc|mnc|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.facebook.unity.FBUnityLoginActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
  84. <activity android:exported="true" android:name="com.facebook.unity.FBUnityDeepLinkingActivity"/>
  85. <activity android:configChanges="locale|mcc|mnc|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.facebook.unity.FBUnityDialogsActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
  86. <activity android:configChanges="locale|mcc|mnc|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.androidnative.AndroidNativeProxy" android:theme="@android:style/Theme.Translucent.NoTitleBar">
  87. <intent-filter>
  88. <action android:name="android.intent.action.VIEW"/>
  89. <category android:name="android.intent.category.DEFAULT"/>
  90. <category android:name="android.intent.category.BROWSABLE"/>
  91. <data android:host="com.nhnent.SKQUEST" android:scheme="oauth"/>
  92. </intent-filter>
  93. </activity>
  94. </application>
  95. <uses-feature android:glEsVersion="0x20000"/>
  96. <supports-gl-texture android:name="GL_OES_compressed_ETC1_RGB8_texture"/>
  97. <uses-permission android:name="android.permission.INTERNET"/>
  98. <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
  99. <uses-permission android:name="android.permission.USE_CREDENTIALS"/>
  100. <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
  101. <uses-permission android:name="android.permission.VIBRATE"/>
  102. <uses-permission android:name="android.permission.DISABLE_KEYGUARD"/>
  103. <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
  104. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
  105. <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
  106. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
  107. <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
  108. <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
  109. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
  110. <uses-permission android:name="android.permission.WAKE_LOCK"/>
  111. <uses-permission android:name="com.android.vending.BILLING"/>
  112. <uses-permission android:name="com.android.vending.CHECK_LICENSE"/>
  113. <permission android:name="com.nhnent.SKQUEST.permission.NNI_MESSAGE" android:protectionLevel="signature"/>
  114. <uses-permission android:name="com.nhnent.SKQUEST.permission.NNI_MESSAGE"/>
  115. <uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="false"/>
  116. <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
  117. <uses-feature android:name="android.hardware.touchscreen.multitouch.distinct" android:required="false"/>
  118. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement