iBaby Care v2.11.2版本的 MD5 值为:7326f367f0b96457acb3e8f284e5a1f1

以下内容为反编译后的 iBaby Care v2.11.2 -- AndroidManifest.xml 源代码,内容仅作参考


<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.ibaby" platformBuildVersionCode="29" platformBuildVersionName="10" android:versionCode="138" android:versionName="2.11.2" android:installLocation="auto" android:compileSdkVersion="29" android:compileSdkVersionCodename="10"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="29" />
    <uses-feature android:name="android.hardware.usb.accessory" />
    <uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
    <uses-permission android:name="android.permission.GET_TASKS" />
    <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
    <uses-feature android:glEsVersion="0x00020000" android:required="true" />
    <supports-gl-texture android:name="GL_OES_compressed_ETC1_RGB8_texture" />
    <supports-gl-texture android:name="GL_OES_compressed_paletted_texture" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
    <uses-permission android:name="android.permission.SET_ANIMATION_SCALE" />
    <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.CALL_PHONE" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-feature android:name="android.hardware.camera" />
    <uses-feature android:name="android.hardware.camera.autofocus" />
    <permission android:name="com.ibaby.permission.C2D_MESSAGE" android:protectionLevel="signature" />
    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
    <uses-permission android:name="android.permission.MANAGE_DOCUMENTS" />
    <uses-permission android:name="android.intent.category.LAUNCHER" />
    <uses-permission android:name="android.permission.WRITE_SETTINGS" />
    <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-feature android:name="android.hardware.wifi" android:required="true" />
    <supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:resizeable="true" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-feature android:name="android.hardware.sensor.accelerometer" android:required="false" />
    <uses-feature android:name="android.hardware.location" />
    <uses-feature android:name="android.hardware.location.gps" />
    <uses-feature android:name="android.hardware.telephony" android:required="false" />
    <uses-permission android:name="com.ibaby.permission.C2D_MESSAGE" />
    <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="com.stub.StubApp" android:persistent="true" android:launchMode="singleInstance" android:allowBackup="false" android:hardwareAccelerated="true" android:largeHeap="true" android:supportsRtl="false" android:extractNativeLibs="true" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true">
        <meta-data android:name="Mob-AppKey" android:value="3d828500c108" />
        <meta-data android:name="Mob-AppSecret" android:value="58ce9fd52cbbe52171da753c5f7515f0" />
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <receiver android:label="@string/app_name" android:name="com.ibaby.Ui.FmBroadcastSender" android:exported="false">
            <intent-filter>
                <action android:name="ibaby.action.broadcasttoast" />
                <action android:name="ibaby.action..step1" />
                <action android:name="ibaby.action.install.step1.over" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.ibaby.AlarmReceiver">
            <intent-filter android:priority="1000">
                <action android:name="com.ibaby.alarm.clock" />
            </intent-filter>
        </receiver>
        <service android:name="com.ibaby.AlarmService">
            <intent-filter>
                <action android:name="com.ibaby.AlarmService" />
            </intent-filter>
        </service>
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.ibaby.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
        </provider>
        <provider android:name="com.ibaby.MyContentProvider" android:authorities="com.ibaby" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Login.LoginMainActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.ibaby.Ui.Login.WelcomeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:label="@string/app_name" android:name="com.ibaby.Ui.SOSActivity" android:launchMode="singleInstance" android:screenOrientation="portrait" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Login.RegistActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Login.RegistSendCodeActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Settings.UpdateDevice.AirSettingUpdateWaitActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Login.RegistTermsActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Login.RegistPrivacyPolicyActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Login.GDPRPrivacyActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Login.TermsOfServiceActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Login.IBabyPrivacyPolicyActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Login.LoginActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.loves.LoveAppActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.loves.LoveSuccessActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Photo.GalleryViewerActivity" android:screenOrientation="sensor" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.InstallActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize">
            <intent-filter>
                <action android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <meta-data android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" android:resource="@xml/accessory_filter" />
        </activity>
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Install.InstallAirActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Install.InstallAir3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Install.InstallAir4Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.BabyInfoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.Holo.NoActionBar" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.AirPoints.AirPointsActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Settings.AirSettingSelectToneActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M6s.InstallM6s.InstallM6sNew1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M6s.InstallM6s.InstallM6sNew2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.zxing.activity.CaptureActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M8.M8CaptureActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Install.InstallAir1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Install.OtherInastallAir" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Install.InstallAir2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.ViewLogsActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Settings.InviteUser.AirAccessLevelInfoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Settings.InviteUser.AirAccessLeveEditActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Air.Ui.Settings.Alarm.AirSettingCheckTonesActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Select.AlarmIntervalSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Select.AlarmReapetSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Select.AlarmPhoneSettingActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M6s.InstallM6s.InstallM6s5Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M6s.RunFirstFlagDialog.TopFirstDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M6s.RunFirstFlagDialog.TopTwoDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M6s.RunFirstFlagDialog.TopThreeDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.Setup1Activity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.Setup2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7.Install.InstallM7New1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7.Install.InstallM7New2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7.Install.RunFirstFlagDialog.M7TopFirstDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_install.M8TopFirstDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_install.M8lTopThreeDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_install.M8TopFourDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_install.M8TopThreeDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7.Install.RunFirstFlagDialog.M7TopTwoDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_install.M8TopTwoDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7.Install.RunFirstFlagDialog.M7TopThreeDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7.Install.RunFirstFlagDialog.M7TopFourDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7.Install.RunFirstFlagDialog.M7TopThreeM8Dialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Update.UpdateMainActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Update.UpdateWaitActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.SettingHelpContentActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.SettingContactActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.ContactUsActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.SettingSleepModeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.SettingTemperatureActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.SettingCameraPowerActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Login.ChangePwdActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.UserCenter.AccountSecurityActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.UserCenter.AccountDeletionCompletedActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Login.ForgotPwdActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Music.MusicPlayActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Music.MusicPlayEActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" android:windowSoftInputMode="adjustNothing" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Music.MusicSearchActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" android:windowSoftInputMode="adjustPan|stateVisible" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Music.MusicTrackActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Audio.AudioPlayActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Music.MusicAgeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Music.SceneActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Music.SceneSetActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Music.SceneWeekSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Music.SceneMusicSelActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Music.SceneHelpActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Audio.AudioRecordActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Audio.AudioUpLoadActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Media.MediaMainActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.SettingCameraNameActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.UserCenter.SettingUserInfoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Select.AudioDetectionSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Select.MotionDetectionSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Select.AlarmRecStateSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.SettingCryAlertActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.SettingTimelapseActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.SettingDisplay" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Select.NightVisionSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Select.ResolutionSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Select.AlarmToneSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Set.Select.NotificationsSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M6s.Air.M6sSettingAlertActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Access.AccessLevelInfoActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Access.AccessLevelEditActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Access.AccessLevelConfirmActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Access.AccessLevelViewActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.AirSettingAlamClockActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.AirPoints.AirPointsItem" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.Alarm.AirSettingChangeAlarmActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.AirSettingAlertActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.AirSettingDeviceActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.AirSettingLightControlActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.AirSettingTemperatureActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.AirSettingLocationActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.AirSettingPrivacyActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.InstallLocation.InstallLocationSettingActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.InstallLocation.OtherInastallLocationActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Location.AirMapCommentActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.MainActivity" android:screenOrientation="sensor" android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize|smallestScreenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Install.M2Pro.Install.InstallM2ProNew1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Install.M2Pro.Install.InstallM2ProNew2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Install.M2Pro.Install.InstallM2ProActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Install.M2Pro.Install.InstallM2Pro2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Install.M2Pro.Install.InstallM2ProNewActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2Pro.Install.RunFirstFlagDialog.M2ProTopFirstDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2Pro.Install.RunFirstFlagDialog.I2BreatheActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2Pro.Install.RunFirstFlagDialog.M2ProTopTwoDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2Pro.Install.RunFirstFlagDialog.M2ProTopThteeDialog" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.VideoActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.mob.tools.MobUIShell" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" android:windowSoftInputMode="adjustResize|stateHidden">
            <intent-filter>
                <data android:scheme="tencent100371282" />
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.BROWSABLE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <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:scheme="kakaoc53410d71a7d6b96671aac1bd13a1982" android:host="kakaolink" />
            </intent-filter>
        </activity>
        <activity android:name="com.ibaby.wxapi.WXPayEntryActivity" android:exported="true" android:launchMode="singleTop">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="wx13491187cda23ccf" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M6s.Air.M6sAirGraphActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M6s.Air.M6sAirBellActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:name="com.ibaby.Ui.Show.ImagePagerActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:name="com.ibaby.Ui.Show.SmallVideoActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Show.ReportActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Show.PostShowWordActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Show.PostShowImageActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.ibaby.Ui.Show.imagepickers.ui.pager.view.ImagePagerActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Show.imagepickers.ui.grid.view.ImageDataActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Show.imagepickers.ui.video.VideoDetailActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Show.imagepickers.MediaLibraryActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:name="com.ibaby.Ui.Show.imagepickers.MediaLibraryPickerActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.MyFamilyActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.InviteFamilyMemberActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.NewChildTimelineActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.NewGrowthActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.TimelinePermissionActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.UserSelectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.PostTimelineActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ImagesStyle" android:name="com.ibaby.Ui.Timeline.image.ImagesActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ImagesStyle" android:name="com.ibaby.Ui.Timeline.image.SingleImageActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:name="com.ibaby.Ui.Timeline.AudioPreviewActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ImagesStyle" android:name="com.ibaby.Ui.Timeline.video.VideoPlayExActivity" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Timeline.video.VideoPlayActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.TimelineActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.TimelineSearchActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.UnreadMsgListActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Timeline.TimelineInfoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <service android:name="com.ibaby.Service.MqttService" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.B2.Install.B2Install1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.B2.Install.B2Install2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.B2.Install.B2Install3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.B2.Install.B2Install4Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.B2.B2LiveViewActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.B2.B2SettingActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.B2.B2PirRaiseActivity" android:screenOrientation="landscape" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7L.Install.M7LInstallActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7L.Install.M7LInstall1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7L.Install.M7LInstall2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2C.M2CLInstall3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.I2.i2softap.I2SoftApInstall3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.I2.i2softap.I2SoftApInstall2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7L.Install.M7LInstall3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2C.M2CInstall1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2C.M2CInstall2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2C.M2CInstall1NewActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2C.M2CInstall2NewActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2C.M2CInstall2SFAPActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M2C.M2CInstallFailedActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.I2.I2InstallFailedActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7L.Install.InstallInstructions1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M7L.Install.InstallInstructions2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.I2.I2Install1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.I2.I2Install2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.I2.I2Install3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.I2.I2InstallAddActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.i2pro.I2ProInstall1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.i2pro.I2ProInstall1ToOneActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.i2pro.I2ProInstall2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.i2pro.I2ProInstall3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.i2pro.I2ProInstallAddActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.i2pro.I2ProInstallFailedActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.i2pro.i2prosoftap.I2ProSoftApInstall2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.i2pro.i2prosoftap.I2ProSoftApInstall2ToOneActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.i2pro.i2prosoftap.I2ProSoftApInstall3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M8.M8Install1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M8.M8InstallNew2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M8.M8InstallNew3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M8.M8InstallNew4Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M8.M8InstallNew5Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M8.M8Install2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.M8.M8Install4Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Multi.MultiActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Member.PayActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Member.ServiceActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Member.BenefitActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Member.MemberActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Store.StoreServiceActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.UserCenter.AboutAPPActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.UserCenter.MyServiceActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.PlayBackVideo.B2PlayBackVideoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.PlayBackVideo.B2PlayBackVideoExActivity" android:screenOrientation="landscape" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Install.M8.M8InstallScanActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Ui.Install.M8.M8InstallFailedActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:name="com.ibaby.Air.Ui.Settings.AirSettingInviteUsersActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <service android:name="com.amazonaws.mobileconnectors.s3.transferutility.TransferService" android:enabled="true" />
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
        <service android:name="com.mapbox.mapboxsdk.telemetry.TelemetryService" />
        <meta-data android:name="app_key" android:value="dd223c30f096e7dea2c15286e765c2a6" />
        <meta-data android:name="pack_id" android:value="com.ibaby" />
        <service android:name="com.ibaby.Fn.FCM.MyFirebaseMessagingService">
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <service android:name="com.ibaby.Fn.FCM.MyFirebaseInstanceIDService">
            <intent-filter>
                <action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
            </intent-filter>
        </service>
        <service android:name="com.ibaby.Fn.FCM.MyJobService" android:exported="false">
            <intent-filter>
                <action android:name="com.firebase.jobdispatcher.ACTION_EXECUTE" />
            </intent-filter>
        </service>
        <meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/icon2" />
        <activity android:name="com.braintreepayments.api.BraintreeBrowserSwitchActivity" android:launchMode="singleTask">
            <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:scheme="com.ibaby.braintree" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Member.PayEnActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Member.VisaPayActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_2.M8_2Install1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_2.M8_2Install2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_2.M8_2Install3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_2.M8_2InstallAddActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_2.M8_2InstallFailedActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_2.m8_2softap.m8_2SoftApInstall3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8_2.m8_2softap.m8_2SoftApInstall2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8l.M8lInstall1Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8l.M8lInstall2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8l.M8lInstall3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8l.M8lInstallAddActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8l.M8lInstallFailedActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8l.m8lsoftap.m8lSoftApInstall3Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Install.m8l.m8lsoftap.m8lSoftApInstall2Activity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.Media.PlayVideoActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.storage.PlayGsVideoActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.storage.StorageActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.storage.StorageGsActivity" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.storage.StorageGsActivityNew" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.eventui.RecentEventActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.storage.DownStorageActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.avfail.AVConnectFailActivity1" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.avfail.AVConnectFailActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.avfail.AVConnectFailActivity2" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.avfail.AVConnectFailActivity3" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.breathe.BreatheDayActivity" android:screenOrientation="landscape" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <activity android:theme="@style/ExampleTheme" android:label="@string/app_name" android:name="com.ibaby.Ui.breathe.BreatheOneDayActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize" />
        <service android:name="com.zlw.main.recorderlib.recorder.RecordService" android:enabled="true" android:exported="false" />
        <service android:name="com.paypal.android.sdk.payments.PayPalService" android:exported="false" />
        <receiver android:name="com.zendesk.sdk.power.BatteryStateBroadcastReceiver">
            <intent-filter>
                <action android:name="android.intent.action.BATTERY_LOW" />
                <action android:name="android.intent.action.BATTERY_OKAY" />
            </intent-filter>
        </receiver>
        <activity android:label="@string/contact_fragment_title" android:name="com.zendesk.sdk.feedback.ui.ContactZendeskActivity" android:windowSoftInputMode="adjustResize|stateVisible" />
        <activity android:label="@string/contact_fragment_title" android:name="com.zendesk.sdk.requests.ViewRequestActivity" android:windowSoftInputMode="adjustResize|stateHidden" />
        <activity android:label="@string/request_list_activity_title" android:name="com.zendesk.sdk.requests.RequestActivity" />
        <activity android:label="@string/support_activity_title" android:name="com.zendesk.sdk.support.SupportActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.zendesk.sdk.support.ViewArticleActivity" android:configChanges="orientation|screenSize" />
        <receiver android:name="com.zendesk.sdk.deeplinking.ZendeskDeepLinkingBroadcastReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.zendesk.sdk.deeplinking" />
            </intent-filter>
        </receiver>
        <service android:name="com.zopim.android.sdk.widget.ChatWidgetService" android:exported="false" />
        <activity android:theme="@style/ZopimChatTheme" android:label="@string/chat_activity_title" android:name="com.zopim.android.sdk.prechat.ZopimChatActivity" android:windowSoftInputMode="adjustResize|stateUnchanged">
            <intent-filter android:priority="-1000">
                <action android:name="zopim.action.RESUME_CHAT" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/ZopimChatTheme" android:label="@string/rate_this_chat_leave_a_comment_title" android:name="com.zopim.android.sdk.chatlog.ZopimCommentActivity" android:windowSoftInputMode="adjustResize" />
        <meta-data android:name="com.bumptech.glide.integration.okhttp3.OkHttpGlideModule" android:value="GlideModule" />
        <service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="true">
            <intent-filter android:priority="-500">
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <service android:name="com.firebase.jobdispatcher.GooglePlayReceiver" android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE" android:exported="true">
            <intent-filter>
                <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY" />
            </intent-filter>
        </service>
        <activity android:theme="@style/bt_three_d_secure_theme" android:name="com.braintreepayments.api.threedsecure.ThreeDSecureWebViewActivity" />
        <activity android:theme="@style/bt_drop_in_activity_theme" android:name="com.braintreepayments.api.dropin.DropInActivity" />
        <activity android:theme="@style/bt_add_card_activity_theme" android:name="com.braintreepayments.api.dropin.AddCardActivity" />
        <activity android:theme="@style/bt_vault_manager_activity_theme" android:name="com.braintreepayments.api.dropin.VaultManagerActivity" />
        <activity android:theme="@style/bt_transparent_activity" android:name="com.braintreepayments.api.AndroidPayActivity" />
        <activity android:theme="@style/bt_transparent_activity" android:name="com.braintreepayments.api.GooglePaymentActivity" />
        <service android:name="com.braintreepayments.api.internal.AnalyticsIntentService" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="com.alipay.sdk.app.H5PayActivity" android:exported="false" android:configChanges="keyboardHidden|navigation|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="com.alipay.sdk.app.H5AuthActivity" android:exported="false" android:configChanges="keyboardHidden|navigation|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.alipay.sdk.app.PayResultActivity" android:exported="true" android:launchMode="singleInstance" android:configChanges="keyboardHidden|navigation|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.alipay.sdk.app.AlipayResultActivity" android:exported="true" android:launchMode="singleTask" />
        <activity android:name="com.alipay.sdk.app.H5OpenAuthActivity" android:exported="false" android:screenOrientation="behind" android:configChanges="keyboardHidden|navigation|orientation|screenSize" android:windowSoftInputMode="adjustResize|stateHidden" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.alipay.sdk.app.APayEntranceActivity" android:exported="false" android:configChanges="keyboardHidden|navigation|orientation|screenSize" />
        <activity android:name="com.paypal.android.sdk.payments.PaymentActivity" />
        <activity android:name="com.paypal.android.sdk.payments.PaymentMethodActivity" />
        <activity android:name="com.paypal.android.sdk.payments.PaymentConfirmActivity" />
        <activity android:name="com.paypal.android.sdk.payments.LoginActivity" />
        <activity android:name="com.paypal.android.sdk.payments.PayPalFuturePaymentActivity" />
        <activity android:name="com.paypal.android.sdk.payments.FuturePaymentConsentActivity" />
        <activity android:name="com.paypal.android.sdk.payments.FuturePaymentInfoActivity" />
        <activity android:name="com.paypal.android.sdk.payments.PayPalProfileSharingActivity" />
        <activity android:name="com.paypal.android.sdk.payments.ProfileSharingConsentActivity" />
        <service android:name="com.zopim.android.sdk.api.ChatService" android:exported="false" />
        <provider android:name="com.zendesk.belvedere.BelvedereFileProvider" android:exported="false" android:authorities="com.ibaby.belvedere.attachments" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/belvedere_attachment_storage" />
        </provider>
        <receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false" />
        <receiver android:name="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver" android:permission="android.permission.INSTALL_PACKAGES" android:enabled="true" android:exported="true">
            <intent-filter>
                <action android:name="com.android.vending.INSTALL_REFERRER" />
            </intent-filter>
        </receiver>
        <service android:name="com.google.android.gms.measurement.AppMeasurementService" android:enabled="true" android:exported="false" />
        <service android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" />
        <receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true">
            <intent-filter>
                <action android:name="com.google.android.c2dm.intent.RECEIVE" />
                <category android:name="com.ibaby" />
            </intent-filter>
        </receiver>
        <service android:name="com.google.firebase.iid.FirebaseInstanceIdService" android:exported="true">
            <intent-filter android:priority="-500">
                <action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
            </intent-filter>
        </service>
        <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.ibaby.firebaseinitprovider" android:initOrder="100" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
        <provider android:name="com.mob.MobProvider" android:exported="false" android:multiprocess="true" android:authorities="com.ibaby.com.mob.MobProvider" />
        <meta-data android:name="com.kakao.sdk.AppKey" android:value="bd26130fc03f719edbfa197d1defaada" />
        <provider android:name="cn.sharesdk.framework.utils.ShareSDKFileProvider" android:exported="false" android:authorities="com.ibaby.cn.sharesdk.ShareSDKFileProvider" android:grantUriPermissions="true" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="cn.sharesdk.kakao.talk.ReceiveActivity" android:exported="true">
            <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:scheme="kakaobd26130fc03f719edbfa197d1defaada" android:host="kakaolink" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="cn.sharesdk.wechat.utils.WechatHandlerActivity" android:exported="false" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity-alias android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.ibaby.wxapi.WXEntryActivity" android:exported="true" android:targetActivity="cn.sharesdk.wechat.utils.WechatHandlerActivity" />
    </application>
</manifest>