티스토리 뷰
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
- permissions
- 화면 고정
- web view settings
- create project
- 화면 방향 고정
- javaClass
- 로그캣
- simpleName
- custom web view
- new project
- create new project
- defaultInputmode
- logcat
- check permissions
- android studio
- 외부 브라우저
- Android
- andorid
- logtag
- 웹뷰
- web chrome view
- Inputmode
- 코틀린
- kotlin
- 클래스 이름
- StringWriter
- screenorientation
- 안드로이드
- 영문 키보드
- web view
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
31 |