... |
... |
@@ -152,7 +152,7 @@ |
152 |
152 |
|
153 |
153 |
))) |
154 |
154 |
|
155 |
|
-Application Name 과 Package Name 을 설정 후 프로젝트 파일을 생성할 위치인 Save location 을 지정 하고, Minimum SDK 버전을 선택 한다. 현재 HONE Smart Platform 은 최소 22 (Lolipop) 에서 최대 31 (Android 12) 을 지원 한다. 모두 기본 값으로 두고 Finish버튼을 선택 하면 Android Studio 가 프로젝트에 필요한 기본 파일들을 생성하게 된다. |
|
155 |
+Application Name 과 Package Name 을 설정 후 프로젝트 파일을 생성할 위치인 Save location 을 지정 하고, Minimum SDK 버전을 선택 한다. 현재 HONE Smart Platform 은 최소 20 (KitKat) 에서 최대 30 (Android 11) 을 지원 한다. 모두 기본 값으로 두고 Finish버튼을 선택 하면 Android Studio 가 프로젝트에 필요한 기본 파일들을 생성하게 된다. |
156 |
156 |
|
157 |
157 |
|
158 |
158 |
[[image:Picture8.png||height="432" width="600"]] |
... |
... |
@@ -235,24 +235,24 @@ |
235 |
235 |
// KOTLIN |
236 |
236 |
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21" |
237 |
237 |
|
238 |
|
-implementation "androidx.appcompat:appcompat: 1.4.2" |
|
238 |
+implementation "androidx.appcompat:appcompat: 1.4.1" |
239 |
239 |
implementation "androidx.legacy:legacy-support-v4:1.0.0" |
240 |
240 |
implementation "androidx.vectordrawable:vectordrawable-animated:1.1.0" |
241 |
241 |
implementation "androidx.media:media:1.6.0" |
242 |
|
-implementation "com.google.android.material:material:1.6.0" |
|
242 |
+implementation "com.google.android.material:material:1.5.0" |
243 |
243 |
implementation "androidx.exifinterface:exifinterface:1.3.3" |
244 |
244 |
implementation "androidx.multidex:multidex:2.0.1" |
245 |
|
-implementation "androidx.constraintlayout:constraintlayout:2.1.4" |
246 |
|
-implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1" |
247 |
|
-implementation "androidx.lifecycle:lifecycle-process:2.5.1" |
248 |
|
-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" |
249 |
249 |
implementation "androidx.webkit:webkit:1.4.0" |
250 |
250 |
|
251 |
251 |
implementation "org.slf4j:slf4j-api:1.7.32" |
252 |
252 |
implementation "com.github.tony19:logback-android:2.0.0" |
253 |
|
-implementation "com.fasterxml.jackson.core:jackson-core:2.13.3" |
254 |
|
-implementation "com.fasterxml.jackson.core:jackson-annotations:2.13.3" |
255 |
|
-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" |
256 |
256 |
implementation "com.squareup.okhttp3:okhttp:3.11.0" |
257 |
257 |
implementation "com.j256.ormlite:ormlite-android:6.1" |
258 |
258 |
implementation "io.reactivex.rxjava2:rxjava:2.2.21" |
... |
... |
@@ -350,7 +350,6 @@ |
350 |
350 |
|
351 |
351 |
// secure storage 이용시 아래 내용 추가 |
352 |
352 |
exclude "lib/mips/librealm-jni.so" |
353 |
|
- exclude "lib/armeabi/librealm-jni.so" |
354 |
354 |
} |
355 |
355 |
} |
356 |
356 |
{{/code}} |
... |
... |
@@ -466,33 +466,9 @@ |
466 |
466 |
xmlns:tools="http://schemas.android.com/tools" |
467 |
467 |
android:installLocation="preferExternal"> |
468 |
468 |
|
469 |
|
- <uses-feature android:name="android.hardware.location.gps" /> |
470 |
|
- |
471 |
|
- <uses-permission android:name="android.permission.CAMERA" /> |
472 |
|
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
473 |
|
- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> |
474 |
|
- <uses-permission android:name="android.permission.GET_ACCOUNTS"/> |
475 |
|
- <uses-permission android:name="android.permission.READ_PHONE_STATE"/> |
476 |
|
- <uses-permission android:name="android.permission.READ_PHONE_NUMBERS" /> |
477 |
|
- <uses-permission android:name="android.permission.READ_CONTACTS"/> |
478 |
|
- <uses-permission android:name="android.permission.WRITE_CONTACTS"/> |
479 |
|
- |
480 |
|
- <!-- For libhone-beacon library --> |
481 |
|
- <uses-permission android:name="android.permission.BLUETOOTH"/> |
482 |
|
- <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/> |
483 |
|
- <uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/> |
484 |
|
- <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE"/> |
485 |
|
- <uses-permission android:name="android.permission.BLUETOOTH_SCAN"/> |
486 |
|
- |
487 |
|
- <!-- API 26+ --> |
488 |
|
- <!-- oprations 을 통한 앱 배포 및 설치 시 아래의 권한을 설정해야 한다. --> |
489 |
|
- <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
490 |
|
- |
491 |
491 |
<application |
492 |
492 |
android:name=".MainApp" |
493 |
493 |
android:allowBackup="false" |
494 |
|
- android:fullBackupContent="false" |
495 |
|
- android:dataExtractionRules="@xml/data_extraction_rules" |
496 |
496 |
android:hardwareAccelerated="true" |
497 |
497 |
android:icon="@mipmap/ic_launcher" |
498 |
498 |
android:roundIcon="@mipmap/ic_launcher_round" |
... |
... |
@@ -500,13 +500,11 @@ |
500 |
500 |
android:label="@string/app_name" |
501 |
501 |
android:theme="@style/HoneTheme" |
502 |
502 |
android:requestLegacyExternalStorage="true" |
503 |
|
- android:preserveLegacyExternalStorage="true" |
504 |
504 |
android:networkSecurityConfig="@xml/network_security_config" |
505 |
505 |
tools:ignore="GoogleAppIndexingWarning"> |
506 |
506 |
|
507 |
507 |
<activity |
508 |
508 |
android:name=".MainActivity" |
509 |
|
- android:exported="true" |
510 |
510 |
android:label="@string/app_name" |
511 |
511 |
android:theme="@style/HoneSplash" |
512 |
512 |
android:screenOrientation="portrait"> |