| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624 |
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- package="com.ntels.onecable.admin">
- <!-- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> -->
- <!-- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> -->
- <!-- <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"/> -->
- <!-- <uses-permission android:name="android.permission.READ_CONTACTS"/> -->
- <!-- <uses-permission android:name="android.permission.WRITE_CONTACTS"/> -->
- <!-- <uses-permission android:name="android.permission.RECEIVE_SMS"/> -->
- <!-- <uses-permission android:name="android.permission.USE_CREDENTIALS"/> -->
- <!-- <uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"/> -->
- <!-- <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> -->
- <!-- 인터넷 접속 -->
- <uses-permission android:name="android.permission.INTERNET"/>
- <!-- 네트워크 관련 접속(hub 설정및 wifi검색 -->
- <uses-permission android:name="android.permission.BLUETOOTH"/>
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
- <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
- <!-- 단말정보 -->
- <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
- <!-- GCM 관련 -->
- <!--<uses-permission android:name="android.permission.WAKE_LOCK"/>-->
- <!--<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>-->
- <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
- <!-- 프로필 사진 정보 -->
- <uses-permission android:name="android.permission.CAMERA"/>
- <!--블루투스 BLE -->
- <uses-feature
- android:name="android.hardware.bluetooth_le"
- android:required="true"/>
- <uses-permission android:name="android.permission.BLUETOOTH"/>
- <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
- <!-- 아래는 확인후 삭제 -->
- <uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"/>
- <uses-permission android:name="android.permission.GET_TASKS"/>
- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
- <uses-permission android:name="android.permission.VIBRATE"/>
- <uses-permission android:name="android.permission.FLASHLIGHT"/>
- <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
- <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
- <!-- 20160816 IP Camera 추가로 인해 권한 추가 -->
- <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
- <uses-permission android:name="android.permission.RECORD_AUDIO"/>
- <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
- <uses-permission android:name="android.permission.PHONE_CALLS"/>
- <uses-permission android:name="android.permission.MICROPHONE"/>
- <uses-permission android:name="android.permission.AUDIO_SETTINGS"/>
- <uses-feature
- android:name="android.hardware.camera"
- android:required="false"/>
- <uses-feature
- android:name="android.hardware.camera.front"
- android:required="false"/>
- <uses-feature
- android:name="android.hardware.camera.autofocus"
- android:required="false"/>
- <uses-feature
- android:name="android.hardware.camera.flash"
- android:required="false"/>
- <uses-feature android:name="android.hardware.screen.landscape"/>
- <uses-feature
- android:name="android.hardware.wifi"
- android:required="false"/>
- <uses-feature android:name="android.hardware.touchscreen"/>
- <uses-feature
- android:name="android.hardware.telephony"
- android:required="false"/>
- <uses-feature
- android:glEsVersion="0x00020000"
- android:required="true"/>
- <application
- android:name=".common.AppConfig"
- android:allowBackup="true"
- android:hardwareAccelerated="true"
- android:icon="@drawable/ic_launcher"
- android:label="@string/app_name"
- android:largeHeap="true"
- android:theme="@style/AppTheme"
- tools:replace="android:label">
- <activity
- android:name=".view.Intro"
- android:configChanges="fontScale"
- android:label="@string/app_name"
- android:screenOrientation="portrait"
- android:theme="@style/Translucent"
- android:windowSoftInputMode="stateAlwaysHidden|adjustPan">
- <intent-filter>
- <action android:name="android.intent.action.MAIN"/>
- <category android:name="android.intent.category.LAUNCHER"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".view.AppStart"
- android:configChanges="fontScale"
- android:excludeFromRecents="true"
- android:launchMode="singleTask"
- android:screenOrientation="portrait"
- android:taskAffinity=""
- android:theme="@style/Translucent">
- <intent-filter>
- <action android:name="android.intent.action.VIEW"/>
- <category android:name="android.intent.category.DEFAULT"/>
- <category android:name="android.intent.category.BROWSABLE"/>
- <data
- android:host="start"
- android:scheme="ntels_onecable_admin_v1"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".view.Login"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/Translucent"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <!--<activity-->
- <!--android:name=".view.LoginNewDevice"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.invitation.InvitationList"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.FindId1st"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.FindId2nd"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.FindPassword1st"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.FindPassword2nd"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.FindPassword3rd"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <activity
- android:name=".view.HomeStart"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <!--<activity-->
- <!--android:name=".view.join.JoinType"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.join.JoinStep1st"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.join.JoinStep2ndMaster"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.join.JoinStep2ndMember"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.join.JoinStep3rdMaster"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.join.JoinStep3rdMember"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.join.JoinStep4th"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.join.JoinStep5th"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.join.JoinComplete"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <activity
- android:name=".view.Main"
- android:configChanges="fontScale"
- android:launchMode="singleTask"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.customer.CustomerJoinMaster"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.customer.CustomerConnection"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.Setting"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.Homehub"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.HomehubUpdate"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.HomehubUpdateLoading"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.HomehubList"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.admin.HomehubBleStep1"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.admin.HomehubBleStep2"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.admin.HomehubBleStep2Err"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.admin.HomehubBleStep3"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.admin.HomehubBleStep4"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.admin.HomehubBleStep4Err"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.admin.HomehubBleStep5"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.admin.HomehubBleStep6"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <!--<activity-->
- <!--android:name=".view.invitation.InvitationReply"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.homemember.HomeMemberAdd"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.mainmore.MessageCenter"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <activity
- android:name=".view.mainmore.Notice"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <!--<activity-->
- <!--android:name=".view.mainmore.Faq"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.mainmore.FaqDetail"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <activity
- android:name=".view.things.ThingsDeviceAdd"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <!--<activity-->
- <!--android:name=".view.rules.RulesDetail"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <!--<activity-->
- <!--android:name=".view.rules.RulesEdit"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <activity
- android:name=".view.things.ThingsDetail"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.Homemode"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <!--<activity-->
- <!--android:name=".view.mainmore.HomemodeEdit"-->
- <!--android:configChanges="fontScale"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>-->
- <activity
- android:name=".view.mainmore.SettingNicknameChange"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.SettingCellphoneChange"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.SettingPasswordCheck"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.SettingPasswordChange"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <!--<meta-data-->
- <!--android:name="com.google.android.maps.v2.API_KEY"-->
- <!--android:value="@string/google_app_id"/>-->
- <!-- GCM 서비스 -->
- <!-- [START gcm_receiver] -->
- <!--<receiver
- android:name="com.google.android.gms.gcm.GcmReceiver"
- android:exported="true"
- android:permission="com.google.android.c2dm.permission.SEND">
- <intent-filter>
- <action android:name="com.google.android.c2dm.intent.RECEIVE"/>
- <category android:name="net.saltfactory.gcm"/>
- </intent-filter>
- </receiver>-->
- <!-- [END gcm_receiver] -->
- <!-- [START gcm_listener_service] -->
- <service
- android:name=".common.gcm.FcmIntentService"
- android:exported="false">
- <intent-filter>
- <action android:name="com.google.firebase.MESSAGING_EVENT"/>
- </intent-filter>
- </service>
- <!-- [END gcm_listener_service] -->
- <!-- [START instanceId_listener_service] -->
- <service
- android:name=".common.gcm.MyInstanceIDListenerService"
- android:exported="false">
- <intent-filter>
- <action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
- </intent-filter>
- </service>
- <!-- [END instanceId_listener_service] -->
- <!-- [START gcm_registration_service] -->
- <service
- android:name=".common.gcm.RegistrationIntentService"
- android:exported="false"/>
- <!-- [END gcm_registration_service] -->
- <!-- GCM 서비스 -->
- <!-- Loacal Process BoroadCast Receiver -->
- <!-- GCM 서비스 -->
- <!-- GCM 서비스 -->
- <!-- Mdns 서비스 -->
- <receiver android:name=".common.mdns.MdnsRegBroadcastRecevier">
- <intent-filter>
- <action android:name="android.intent.action.BOOT_COMPLETED"/>
- <action android:name="android.net.wifi.WIFI_STATE_CHANGED"/>
- <action android:name="android.net.wifi.STATE_CHANGE"/>
- <action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
- </intent-filter>
- </receiver>
- <receiver
- android:name=".common.mdns.RestartService"
- android:enabled="true"
- android:exported="false"
- android:label="RestartService"
- android:process=":remote">
- <intent-filter>
- <action android:name="ACTION.Restart.PersistentService"/>
- </intent-filter>
- </receiver>
- <service
- android:name=".common.mdns.MdnsRegService"
- android:exported="false"/>
- <!-- GCM Push서비스 -->
- <!--블루투스 서비스-->
- <service
- android:name=".common.ble.BluetoothLeService"
- android:enabled="true"/>
- <!--블루투스 서비스-->
- <!-- DialogSpinner -->
- <activity
- android:name=".view.dialog.PushDialog"
- android:configChanges="fontScale"
- android:excludeFromRecents="true"
- android:launchMode="singleTask"
- android:screenOrientation="portrait"
- android:taskAffinity=""
- android:theme="@style/Translucent"/>
- <activity
- android:name=".view.ImageSelect"
- android:configChanges="orientation|fontScale|keyboardHidden|screenSize"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"/>
- <activity
- android:name=".view.dialog.DialogSpinner"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/Translucent_Pop_dim"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsDeviceDelOffStep1"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsDeviceDelOffStep2"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsDeviceDelStep0"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsDeviceDelStep1"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsDeviceDelStep2"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsDeviceAddStep0"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsDeviceAddStep1"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsDeviceAddStep2"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsDeviceAddStep3"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsDeviceAddStep4"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsHomehubInput"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.HomehubPasswordChange"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.mainmore.SettingEmailChange"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsNameChange"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <service
- android:name=".common.websocket.WebSocketService"
- android:enabled="true"
- android:exported="true"/>
- <receiver android:name=".common.websocket.NetworkStateReceiver">
- <intent-filter>
- <action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
- </intent-filter>
- </receiver>
- <activity
- android:name=".view.things.ThingsHomehubGuide"
- android:screenOrientation="portrait"
- android:theme="@style/Translucent"/>
- <activity
- android:name=".view.install.HomehubRegister"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.install.HomehubRegisterErr"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.install.HomehubRegisterSucess"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.install.HomehubDel"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsHomehubSetPassword"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <activity
- android:name=".view.things.ThingsHomehubAssignPassword"
- android:configChanges="fontScale"
- android:screenOrientation="portrait"
- android:theme="@style/NTLES_Dialog1"
- android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
- <provider
- android:name="android.support.v4.content.FileProvider"
- android:authorities="${applicationId}.provider"
- android:exported="false"
- android:grantUriPermissions="true">
- <meta-data
- android:name="android.support.FILE_PROVIDER_PATHS"
- android:resource="@xml/provider_paths"/>
- </provider>
- </application>
- </manifest>
|