apk(点击下载) / AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="297" android:versionName="2.9.7" android:compileSdkVersion="35" android:compileSdkVersionCodename="15" package="com.fongmi.android.tv" platformBuildVersionCode="35" platformBuildVersionName="15"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<queries>
<package android:name="idm.internet.download.manager.plus" />
<package android:name="idm.internet.download.manager" />
<package android:name="idm.internet.download.manager.adm.lite" />
<package android:name="idm.internet.download.manager.Downloader" />
<intent>
<action android:name="android.intent.action.OPEN_DOCUMENT" />
<data android:mimeType="*/*" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:mimeType="video/*" />
</intent>
<intent>
<action android:name="android.intent.action.SEND" />
<data android:mimeType="text/plain" />
</intent>
</queries>
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<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" android:required="false" />
<uses-feature android:name="android.hardware.wifi" android:required="false" />
<permission android:name="com.fongmi.android.tv.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
<uses-permission android:name="com.fongmi.android.tv.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
<application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="com.fongmi.android.tv.App" android:allowBackup="false" android:hardwareAccelerated="true" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="true" android:usesCleartextTraffic="true" android:roundIcon="@mipmap/ic_launcher_round" android:appCategory="video" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true">
<activity android:name="com.fongmi.android.tv.ui.activity.HomeActivity" android:exported="true" android:screenOrientation="fullUser" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</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="content" />
<data android:scheme="file" />
<data android:mimeType="video/*" />
<data android:mimeType="audio/*" />
<data android:mimeType="text/plain" />
<data android:mimeType="application/x-bittorrent" />
</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="smb" />
<data android:scheme="rtmp" />
<data android:scheme="rtsp" />
<data android:scheme="http" />
<data android:scheme="https" />
<data android:mimeType="video/*" />
<data android:mimeType="audio/*" />
</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="ftp" />
<data android:scheme="ed2k" />
<data android:scheme="magnet" />
<data android:scheme="thunder" />
<data android:scheme="jianpian" />
</intent-filter>
</activity>
<activity android:name="com.fongmi.android.tv.ui.activity.CollectActivity" android:screenOrientation="fullUser" android:configChanges="screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustPan" />
<activity android:name="com.fongmi.android.tv.ui.activity.FileActivity" android:screenOrientation="fullUser" android:configChanges="screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.fongmi.android.tv.ui.activity.FolderActivity" android:screenOrientation="fullUser" android:configChanges="screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.fongmi.android.tv.ui.activity.HistoryActivity" android:screenOrientation="fullUser" android:configChanges="screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.fongmi.android.tv.ui.activity.DownloadActivity" android:screenOrientation="fullUser" android:configChanges="screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.fongmi.android.tv.ui.activity.KeepActivity" android:screenOrientation="fullUser" android:configChanges="screenLayout|screenSize|smallestScreenSize" />
<activity android:theme="@style/AppTheme.Live" android:name="com.fongmi.android.tv.ui.activity.LiveActivity" android:exported="true" android:launchMode="singleTop" android:screenOrientation="sensorLandscape" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" android:resizeableActivity="true" android:supportsPictureInPicture="true" />
<activity android:name="com.fongmi.android.tv.ui.activity.ScanActivity" android:screenOrientation="fullUser" android:configChanges="screenLayout|screenSize|smallestScreenSize" />
<activity android:theme="@style/AppTheme.Detail" android:name="com.fongmi.android.tv.ui.activity.VideoActivity" android:launchMode="singleTop" android:screenOrientation="fullUser" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" android:resizeableActivity="true" android:supportsPictureInPicture="true" />
<activity android:name="com.fongmi.android.tv.ui.activity.MangaActivity" android:screenOrientation="fullUser" android:configChanges="screenLayout|screenSize|smallestScreenSize" />
<receiver android:name="com.fongmi.android.tv.receiver.ShortcutReceiver" android:exported="false" />
<service android:name="com.android.cast.dlna.dmc.DLNACastService" android:exported="false" />
<service android:name="com.fongmi.android.tv.service.DownloadService" android:exported="false" />
<meta-data android:name="android.max_aspect" android:value="2.5" />
<provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.fongmi.android.tv.provider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
</provider>
<provider android:name="com.fongmi.quickjs.Provider" android:exported="false" android:authorities="com.fongmi.quickjs.provider" />
<activity android:name="com.fongmi.android.tv.ui.activity.CrashActivity" android:process=":error_activity" />
<receiver android:name="com.fongmi.android.tv.receiver.ActionReceiver" android:exported="false">
<intent-filter>
<action android:name="com.fongmi.android.tv.stop" />
<action android:name="com.fongmi.android.tv.prev" />
<action android:name="com.fongmi.android.tv.next" />
<action android:name="com.fongmi.android.tv.play" />
<action android:name="com.fongmi.android.tv.pause" />
</intent-filter>
</receiver>
<receiver android:name="androidx.media.session.MediaButtonReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</receiver>
<service android:name="com.fongmi.android.tv.service.PlaybackService" android:exported="true" android:foregroundServiceType="mediaPlayback">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</service>
<service android:name="com.forcetech.service.P2PService" android:exported="false" android:process=":p2p" />
<service android:name="com.forcetech.service.P3PService" android:exported="false" android:process=":p3p" />
<service android:name="com.forcetech.service.P4PService" android:exported="false" android:process=":p4p" />
<service android:name="com.forcetech.service.P5PService" android:exported="false" android:process=":p5p" />
<service android:name="com.forcetech.service.P6PService" android:exported="false" android:process=":p6p" />
<service android:name="com.forcetech.service.P7PService" android:exported="false" android:process=":p7p" />
<service android:name="com.forcetech.service.P8PService" android:exported="false" android:process=":p8p" />
<service android:name="com.forcetech.service.P9PService" android:exported="false" android:process=":p9p" />
<service android:name="com.gsoft.mitv.MainActivity" android:exported="false" android:process=":mitv" />
<activity android:name="cat.ereza.customactivityoncrash.activity.DefaultErrorActivity" android:process=":error_activity" />
<provider android:name="cat.ereza.customactivityoncrash.provider.CaocInitProvider" android:exported="false" android:authorities="com.fongmi.android.tv.customactivityoncrashinitprovider" android:initOrder="101" />
<service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
<meta-data android:name="com.bumptech.glide.integration.okhttp3.OkHttpGlideModule" android:value="GlideModule" />
<service android:name="com.android.cast.dlna.dmr.DLNARendererService" android:exported="false" android:foregroundServiceType="remoteMessaging" />
<activity android:theme="@style/zxing_CaptureTheme" android:name="com.journeyapps.barcodescanner.CaptureActivity" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:screenOrientation="sensorLandscape" android:windowSoftInputMode="stateAlwaysHidden" />
<provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.fongmi.android.tv.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>
<uses-library android:name="androidx.window.extensions" android:required="false" />
<uses-library android:name="androidx.window.sidecar" android:required="false" />
<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>
<intent-filter>
<action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
</intent-filter>
<intent-filter>
<action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
</intent-filter>
</receiver>
</application>
</manifest>