|
|
@@ -20,17 +20,16 @@
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
android:supportsRtl="true"
|
|
|
android:theme="@style/AppTheme">
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.SplashActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/SplashTheme">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN"/>
|
|
|
+
|
|
|
<category android:name="android.intent.category.LAUNCHER"/>
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.KakaoTalkActivity"
|
|
|
android:screenOrientation="portrait">
|
|
|
@@ -45,159 +44,133 @@
|
|
|
android:scheme="@string/kakao_scheme"/>
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.MainActivity"
|
|
|
android:launchMode="singleTask"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.NotiActivity"
|
|
|
android:launchMode="singleTask"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.MenuActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.CategoryActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.ContentsOverviewActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.SeriesActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.ContentsActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.SignUpActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.LocationActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.FAQActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.CoopActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.MyCoinActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.WebFromContentsActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.BucketListActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.IntroductionActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.MapActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.EventActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.SearchActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.SearchResultActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.SystemCheckActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.MyEventActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.EventDetailActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.WinnerAnnouncementActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.UtilityActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".lifeplus.activity.MyMainActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
</activity>
|
|
|
-
|
|
|
<activity
|
|
|
android:name="com.facebook.FacebookActivity"
|
|
|
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
|
|
|
@@ -214,5 +187,16 @@
|
|
|
android:name="com.facebook.FacebookContentProvider"
|
|
|
android:authorities="com.facebook.app.FacebookContentProvider252658048750865"
|
|
|
android:exported="true"/>
|
|
|
+
|
|
|
+ <receiver android:name=".lifeplus.view.screen.widget.LifeplusWidget">
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
|
|
+ </intent-filter>
|
|
|
+
|
|
|
+ <meta-data
|
|
|
+ android:name="android.appwidget.provider"
|
|
|
+ android:resource="@xml/lifeplus_widget_info"/>
|
|
|
+ </receiver>
|
|
|
</application>
|
|
|
+
|
|
|
</manifest>
|