... |
... |
@@ -27,16 +27,10 @@ |
27 |
27 |
|
28 |
28 |
**SDK** |
29 |
29 |
|
30 |
|
-* 23 API Level 부터 33 API Level 까지 지원 |
|
30 |
+* 22 API Level 부터 31 API Level 까지 지원 |
31 |
31 |
|
32 |
32 |
((( |
33 |
33 |
{{warning}} |
34 |
|
-Android 13 이상에서 실행되거나 Android 13 이상을 타겟팅하는 앱은 실행 시 알람 허용 여부 권한을 설정해야 한다. |
35 |
|
- |
36 |
|
-<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/> |
37 |
|
-{{/warning}} |
38 |
|
- |
39 |
|
-{{warning}} |
40 |
40 |
Android 12 이상에서 실행되거나 Android 12 이상을 타겟팅하는 앱은, |
41 |
41 |
android:allowBackup="false"를 지정하면 Google Drive 백업이 사용 중지되지만 앱의 D2D 전송은 사용 중지되지 않는다. |
42 |
42 |
매니페스트 파일에서 android:dataExtractionRules 속성을 사용하여 앱이 새 XML 구성 메커니즘으로 포함 및 제외 규칙을 지정해야 한다. |
... |
... |
@@ -158,7 +158,7 @@ |
158 |
158 |
|
159 |
159 |
))) |
160 |
160 |
|
161 |
|
-Application Name 과 Package Name 을 설정 후 프로젝트 파일을 생성할 위치인 Save location 을 지정 하고, Minimum SDK 버전을 선택 한다. 현재 HONE Smart Platform 은 최소 23 (Marshmallow) 에서 최대 33 (Android 13) 을 지원 한다. 모두 기본 값으로 두고 Finish버튼을 선택 하면 Android Studio 가 프로젝트에 필요한 기본 파일들을 생성하게 된다. |
|
155 |
+Application Name 과 Package Name 을 설정 후 프로젝트 파일을 생성할 위치인 Save location 을 지정 하고, Minimum SDK 버전을 선택 한다. 현재 HONE Smart Platform 은 최소 20 (KitKat) 에서 최대 30 (Android 11) 을 지원 한다. 모두 기본 값으로 두고 Finish버튼을 선택 하면 Android Studio 가 프로젝트에 필요한 기본 파일들을 생성하게 된다. |
162 |
162 |
|
163 |
163 |
|
164 |
164 |
[[image:Picture8.png||height="432" width="600"]] |
... |
... |
@@ -241,24 +241,24 @@ |
241 |
241 |
// KOTLIN |
242 |
242 |
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21" |
243 |
243 |
|
244 |
|
-implementation "androidx.appcompat:appcompat: 1.4.2" |
|
238 |
+implementation "androidx.appcompat:appcompat: 1.4.1" |
245 |
245 |
implementation "androidx.legacy:legacy-support-v4:1.0.0" |
246 |
246 |
implementation "androidx.vectordrawable:vectordrawable-animated:1.1.0" |
247 |
247 |
implementation "androidx.media:media:1.6.0" |
248 |
|
-implementation "com.google.android.material:material:1.6.0" |
|
242 |
+implementation "com.google.android.material:material:1.5.0" |
249 |
249 |
implementation "androidx.exifinterface:exifinterface:1.3.3" |
250 |
250 |
implementation "androidx.multidex:multidex:2.0.1" |
251 |
|
-implementation "androidx.constraintlayout:constraintlayout:2.1.4" |
252 |
|
-implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1" |
253 |
|
-implementation "androidx.lifecycle:lifecycle-process:2.5.1" |
254 |
|
-implementation "androidx.lifecycle:lifecycle-common-java8:2.5.1" |
|
245 |
+implementation "androidx.constraintlayout:constraintlayout:2.1.3" |
|
246 |
+implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1" |
|
247 |
+implementation "androidx.lifecycle:lifecycle-process:2.4.1" |
|
248 |
+implementation "androidx.lifecycle:lifecycle-common-java8:2.4.1" |
255 |
255 |
implementation "androidx.webkit:webkit:1.4.0" |
256 |
256 |
|
257 |
257 |
implementation "org.slf4j:slf4j-api:1.7.32" |
258 |
258 |
implementation "com.github.tony19:logback-android:2.0.0" |
259 |
|
-implementation "com.fasterxml.jackson.core:jackson-core:2.13.3" |
260 |
|
-implementation "com.fasterxml.jackson.core:jackson-annotations:2.13.3" |
261 |
|
-implementation "com.fasterxml.jackson.core:jackson-databind:2.13.3" |
|
253 |
+implementation "com.fasterxml.jackson.core:jackson-core:2.13.1" |
|
254 |
+implementation "com.fasterxml.jackson.core:jackson-annotations:2.13.1" |
|
255 |
+implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1" |
262 |
262 |
implementation "com.squareup.okhttp3:okhttp:3.11.0" |
263 |
263 |
implementation "com.j256.ormlite:ormlite-android:6.1" |
264 |
264 |
implementation "io.reactivex.rxjava2:rxjava:2.2.21" |
... |
... |
@@ -356,7 +356,6 @@ |
356 |
356 |
|
357 |
357 |
// secure storage 이용시 아래 내용 추가 |
358 |
358 |
exclude "lib/mips/librealm-jni.so" |
359 |
|
- exclude "lib/armeabi/librealm-jni.so" |
360 |
360 |
} |
361 |
361 |
} |
362 |
362 |
{{/code}} |
... |
... |
@@ -472,33 +472,9 @@ |
472 |
472 |
xmlns:tools="http://schemas.android.com/tools" |
473 |
473 |
android:installLocation="preferExternal"> |
474 |
474 |
|
475 |
|
- <uses-feature android:name="android.hardware.location.gps" /> |
476 |
|
- |
477 |
|
- <uses-permission android:name="android.permission.CAMERA" /> |
478 |
|
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
479 |
|
- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> |
480 |
|
- <uses-permission android:name="android.permission.GET_ACCOUNTS"/> |
481 |
|
- <uses-permission android:name="android.permission.READ_PHONE_STATE"/> |
482 |
|
- <uses-permission android:name="android.permission.READ_PHONE_NUMBERS" /> |
483 |
|
- <uses-permission android:name="android.permission.READ_CONTACTS"/> |
484 |
|
- <uses-permission android:name="android.permission.WRITE_CONTACTS"/> |
485 |
|
- |
486 |
|
- <!-- For libhone-beacon library --> |
487 |
|
- <uses-permission android:name="android.permission.BLUETOOTH"/> |
488 |
|
- <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/> |
489 |
|
- <uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/> |
490 |
|
- <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE"/> |
491 |
|
- <uses-permission android:name="android.permission.BLUETOOTH_SCAN"/> |
492 |
|
- |
493 |
|
- <!-- API 26+ --> |
494 |
|
- <!-- oprations 을 통한 앱 배포 및 설치 시 아래의 권한을 설정해야 한다. --> |
495 |
|
- <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
496 |
|
- |
497 |
497 |
<application |
498 |
498 |
android:name=".MainApp" |
499 |
499 |
android:allowBackup="false" |
500 |
|
- android:fullBackupContent="false" |
501 |
|
- android:dataExtractionRules="@xml/data_extraction_rules" |
502 |
502 |
android:hardwareAccelerated="true" |
503 |
503 |
android:icon="@mipmap/ic_launcher" |
504 |
504 |
android:roundIcon="@mipmap/ic_launcher_round" |
... |
... |
@@ -506,13 +506,11 @@ |
506 |
506 |
android:label="@string/app_name" |
507 |
507 |
android:theme="@style/HoneTheme" |
508 |
508 |
android:requestLegacyExternalStorage="true" |
509 |
|
- android:preserveLegacyExternalStorage="true" |
510 |
510 |
android:networkSecurityConfig="@xml/network_security_config" |
511 |
511 |
tools:ignore="GoogleAppIndexingWarning"> |
512 |
512 |
|
513 |
513 |
<activity |
514 |
514 |
android:name=".MainActivity" |
515 |
|
- android:exported="true" |
516 |
516 |
android:label="@string/app_name" |
517 |
517 |
android:theme="@style/HoneSplash" |
518 |
518 |
android:screenOrientation="portrait"> |