<?xml version=
"1.0"
encoding=
"utf-8"
?>
package
=
"com.hsk.mymemo"
>
<application
android:allowBackup=
"true"
android:icon=
"@mipmap/ic_launcher"
android:label=
"@string/app_name"
android:supportsRtl=
"true"
android:theme=
"@style/AppTheme"
>
<activity
android:name=
".MainActivity"
android:label=
"@string/app_name"
android:screenOrientation=
"portrait"
android:theme=
"@style/AppTheme.NoActionBar"
>
<intent-filter>
<action android:name=
"android.intent.action.MAIN"
/>
<category android:name=
"android.intent.category.LAUNCHER"
/>
<data android:scheme=
"@string/kakao_scheme"
android:host=
"@string/kakaolink_host"
/>
</intent-filter>
</activity>
<meta-data android:name=
"com.kakao.sdk.AppKey"
android:value=
"@string/kakao_app_key"
/>
</application>
</manifest>