반응형
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.company.app">
<application
android:label="앱이름"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity
android:name=".MainActivity"
android:exported="true"
..
..
..
..
..
<application android:label="앱이름"....
반응형
'IT' 카테고리의 다른 글
[Flutter] Flutter Async/Await (0) | 2023.02.19 |
---|---|
[Flutter] Flutter 란, 장점/단점 (0) | 2023.02.18 |
[https] 무료 SSL 인증서 (let's encrypt) cafe24 웹호스팅 (7) | 2023.02.09 |
[Flutter] Map 사용법 (Dart) (0) | 2023.01.23 |
[Mysql] 특정테이블 제외 덤프(dump) 명령어 (0) | 2023.01.12 |