apk(点击下载) / AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest package="uni.UNI2C9011F" platformBuildVersionCode="103" platformBuildVersionName="1.0.3" android:versionCode="103" android:versionName="1.0.3" android:compileSdkVersion="23" android:compileSdkVersionCodename="6.0-2438415"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:resizeable="true" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<queries>
<intent>
<action android:name="com.getui.sdk.action" />
</intent>
<intent>
<action android:name="android.intent.action.MAIN" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
</intent>
</queries>
<uses-permission android:name="getui.permission.GetuiService.uni.UNI2C9011F" />
<permission android:name="getui.permission.GetuiService.uni.UNI2C9011F" android:protectionLevel="signature" />
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_MEDIA_VISUAL_USER_SELECTED" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" />
<uses-permission android:name="com.vivo.notification.permission.BADGE_ICON" />
<uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
<uses-permission android:name="android.permission.INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="android.permission.READ_LOGS" />
<uses-feature android:name="android.hardware.camera.autofocus" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FLASHLIGHT" />
<uses-feature android:name="android.hardware.camera" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<application android:label="@string/app_name" android:icon="@drawable/icon" android:name="com.ashield.Stub" android:allowClearUserData="true" android:debuggable="false" android:allowBackup="false" android:hardwareAccelerated="true" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="true" android:usesCleartextTraffic="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
<activity android:theme="@style/DCloudSplashTheme" android:label="@string/app_name" android:name="io.dcloud.PandoraEntry" android:exported="true" android:screenOrientation="portrait" android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true">
<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.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="unipush" android:host="io.dcloud.unipush" android:path="/" />
</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="global" />
</intent-filter>
</activity>
<activity android:theme="@style/DCloudActivityWithSPlashTheme" android:label="@string/app_name" android:name="io.dcloud.PandoraEntryActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true" />
<meta-data android:name="DCLOUD_APP_DEFAULT_LANGUAGE" android:value="zh-Hans" />
<meta-data android:name="DCLOUD_STREAMAPP_CHANNEL" android:value="uni.UNI2C9011F|__UNI__2C9011F|123570180305|common" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.igexin.sdk.PushActivity" android:exported="true" android:process=":pushservice" android:taskAffinity="" android:excludeFromRecents="true" android:configChanges="orientation|screenSize" />
<meta-data android:name="android.notch_support" android:value="true" />
<meta-data android:name="notch.config" android:value="portrait" />
<meta-data android:name="android.max_aspect" android:value="2.5" />
<receiver android:name="com.taobao.weex.WXGlobalEventReceiver" android:enabled="true" android:exported="false" />
<service android:name="io.dcloud.feature.unipush.GTNormalIntentService" />
<service android:label="PushService" android:name="io.dcloud.feature.unipush.CustomGTService" android:exported="false" android:process=":pushservice" />
<meta-data android:name="GETUI_APPID" android:value="" />
<meta-data android:name="PUSH_APPID" android:value="" />
<meta-data android:name="PUSH_APPKEY" android:value="" />
<meta-data android:name="PUSH_APPSECRET" android:value="" />
<activity android:theme="@style/DCloudTheme.Light" android:name="io.dcloud.feature.nativeObj.photoview.PhotoActivity" android:exported="false" android:screenOrientation="behind" android:configChanges="keyboardHidden|orientation" android:noHistory="false" />
<activity android:theme="@style/DCloudTheme" android:label="@string/stream_my" android:icon="@drawable/dcloud_recent" android:name="io.dcloud.WebAppActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="io.dcloud.ProcessMediator" android:exported="false" android:excludeFromRecents="true" />
<activity android:theme="@style/AppCompat.ThemeNoTitleBar" android:name="io.dcloud.WebviewActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
<activity android:theme="@style/DeviceDefault.Light" android:name="com.dmcbig.mediapicker.PickerActivity" android:exported="false" android:configChanges="orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:theme="@style/DeviceDefault.Light" android:name="com.dmcbig.mediapicker.PreviewActivity" android:exported="false" android:configChanges="orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
<provider android:name="io.dcloud.common.util.DCloud_FileProvider" android:exported="false" android:authorities="uni.UNI2C9011F.dc.fileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/dcloud_file_provider" />
</provider>
<activity android:theme="@style/ImageEditTheme" android:name="io.dcloud.feature.gallery.imageedit.IMGEditActivity" android:exported="false" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:theme="@style/ThemeNoTitleBar" android:name="io.dcloud.sdk.activity.WebViewActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
<service android:name="io.dcloud.sdk.base.service.DownloadService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
<provider android:name="io.dcloud.sdk.base.service.provider.DCloudAdFileProvider" android:exported="false" android:authorities="uni.UNI2C9011F.dc.fileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/dcloud_gg_file_provider" />
</provider>
<service android:name="com.getui.gtc.GtcService" android:exported="false">
<intent-filter>
<action android:name="com.getui.gtc.sdk.service.action" />
</intent-filter>
</service>
<provider android:name="com.getui.gtc.base.GtcProvider" android:exported="false" android:authorities="uni.UNI2C9011F.getui.gtc.provider" />
<meta-data android:name="ZX_CHANNEL_ID" android:value="C01-GEztJH0JLdBC" />
<meta-data android:name="ZX_APPID_GETUI" android:value="913e6a50-c3b6-4989-8ac6-1ecb53649be3" />
<service android:label="NotificationCenter" android:name="com.igexin.sdk.PushService" android:exported="false" android:process=":pushservice" />
<service android:name="com.igexin.sdk.GTIntentService" android:exported="true" />
<service android:name="com.igexin.sdk.GService" android:exported="true" android:process=":pushservice">
<intent-filter>
<action android:name="com.getui.sdk.action" />
</intent-filter>
</service>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.igexin.sdk.GetuiActivity" android:exported="true" android:process=":pushservice">
<intent-filter>
<action android:name="com.getui.sdk.action" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.igexin.sdk.PopupActivity" android:exported="false" android:process=":pushservice" android:configChanges="orientation|screenSize" />
<meta-data android:name="GTSDK_VERSION" android:value="3.3.7.0" />
<meta-data android:name="com.facebook.soloader.enabled" android:value="false" />
</application>
</manifest>