Explorar el Código

[WallPadOutmodeRun]
1. App Ver. 갱신
- 2022.05.17.01
2. 최신 WallPadAPI 적용
- 통화이벤트 알림용 BR 추가

[WallPadAPI]
1. API Ver. 갱신
- 2022.05.17.01
2. 통화이벤트 알림용 BR 추가
- public static final String BR_NOTIFY_FRONTCALL_EVENT = "kr.co.icontrols.wallpad.BR_NOTIFY_FRONTCALL_EVENT"; // 현관 호출 수신 알림용 BR
- public static final String BR_NOTIFY_HOMEAUTOCALL_EVENT = "kr.co.icontrols.wallpad.BR_NOTIFY_HOMEAUTOCALL_EVENT"; // 무인경비 호출 수신 알림용 BR

Changwoo Nam hace 3 años
padre
commit
1e47b69682

BIN
WallPadOutmodeRun/libs/WallPadAPI.jar


+ 1 - 1
WallPadOutmodeRun/src/main/AndroidManifest.xml

@@ -2,7 +2,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="kr.co.icontrols.wallpadoutmoderun"
     android:versionCode="1"
-    android:versionName="2022.05.12.01">
+    android:versionName="2022.05.17.01">
 
     <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />