티스토리 뷰
1. AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tistory.boywin1992">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.boywin1992"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
2.
'android' 카테고리의 다른 글
constraint dimension ratio (0) | 2022.05.28 |
---|---|
how to make ... at view (0) | 2022.05.24 |
how to get image at gallery from web view of android (0) | 2022.05.23 |
how to change color of status bar from android (0) | 2022.05.23 |
[안드로이드 / 코틀린] 위치 권한 얻는 방법 (0) | 2022.05.23 |
- Total
- Today
- Yesterday
- web view
- Inputmode
- 영문 키보드
- new project
- logtag
- 웹뷰
- 외부 브라우저
- screenorientation
- Android
- 코틀린
- create project
- 로그캣
- permissions
- web chrome view
- kotlin
- StringWriter
- logcat
- defaultInputmode
- javaClass
- 화면 고정
- create new project
- 클래스 이름
- android studio
- check permissions
- andorid
- simpleName
- 안드로이드
- custom web view
- web view settings
- 화면 방향 고정
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |