Browse Source

[공통][Bug] 런처 아이콘 사라지는 현상 수정

hyodong.min 7 years ago
parent
commit
6e7a1e209f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      app/src/main/AndroidManifest.xml

+ 4 - 2
app/src/main/AndroidManifest.xml

@@ -23,10 +23,12 @@
       android:screenOrientation="portrait"
       android:theme="@style/SplashTheme">
       <intent-filter>
-        <action android:name="android.intent.action.VIEW"/>
         <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"/>