apk(点击下载) / AndroidManifest.xml


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="484" android:versionName="4.8.4" android:compileSdkVersion="33" android:compileSdkVersionCodename="13" package="com.google.heatlive" platformBuildVersionCode="33" platformBuildVersionName="13"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
    <uses-feature android:name="android.software.leanback" android:required="true" />
    <uses-feature android:name="android.hardware.microphone" android:required="false" />
    <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@drawable/ic_launcher" android:name="com.huishine.traveler.report.CrashApplication" android:allowBackup="true" android:supportsRtl="true" android:banner="@drawable/banner" android:extractNativeLibs="true" android:fullBackupContent="@xml/backup_rules" android:defaultToDeviceProtectedStorage="true" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true" android:dataExtractionRules="@xml/data_extraction_rules">
        <activity android:name="com.huishine.traveler.page.MainActivity" android:launchMode="singleTask" android:screenOrientation="landscape" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.huishine.traveler.page.SplashActivity" android:exported="true" android:screenOrientation="landscape">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
                <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:name="com.huishine.traveler.page.LoginActivity" android:screenOrientation="landscape" />
        <activity android:theme="@style/Theme.AppCompat.Translucent" android:name="com.huishine.traveler.page.center.ChannelSearchActivity" />
        <meta-data android:name="design_width_in_dp" android:value="960" />
        <meta-data android:name="design_height_in_dp" android:value="540" />
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.google.heatlive.fileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
        </provider>
        <service android:name="com.huishine.traveler.common.LiveService" android:enabled="true" android:exported="true" android:description="@string/channel_description" android:directBootAware="true" android:foregroundServiceType="dataSync" />
        <service android:name="com.i18n.langs.BrSi" />
        <service android:name="org.acra.scheduler.RestartingService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" android:process=":restart" />
        <meta-data android:name="com.bumptech.glide.integration.okhttp3.OkHttpGlideModule" android:value="GlideModule" />
        <service android:name="org.acra.sender.LegacySenderService" android:enabled="@bool/acra_enable_legacy_service" android:exported="false" android:process=":acra" />
        <service android:name="org.acra.sender.JobSenderService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="@bool/acra_enable_job_service" android:exported="false" android:process=":acra" />
        <provider android:name="org.acra.attachment.AcraContentProvider" android:exported="false" android:process=":acra" android:authorities="com.google.heatlive.acra" android:grantUriPermissions="true" />
        <provider android:name="me.jessyan.autosize.InitProvider" android:exported="false" android:multiprocess="true" android:authorities="com.google.heatlive.autosize-init-provider" />
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.google.heatlive.androidx-startup">
            <meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup" />
        </provider>
        <receiver android:name="androidx.profileinstaller.ProfileInstallReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
            <intent-filter>
                <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
            </intent-filter>
            <intent-filter>
                <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
            </intent-filter>
        </receiver>
    </application>
</manifest>