导航菜单

页面标题

页面副标题

移动应用反编译源码文件在线浏览与安全分析

正在查看:RIGHTHAND v2.2.2 -- AndroidManifest.xml 的源代码文件

本页面用于展示反编译生成的源代码文件,仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="86" android:versionName="2.2.2" android:compileSdkVersion="34" android:compileSdkVersionCodename="14" android:requiredSplitTypes="base__abi,base__density" android:splitTypes="" package="com.righthandbaseball.righthand" platformBuildVersionCode="34" platformBuildVersionName="14"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <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_AUDIO" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-feature android:name="android.hardware.camera" />
    <uses-feature android:name="android.hardware.camera.autofocus" />
    <uses-feature android:name="android.hardware.location.gps" />
    <uses-permission android:name="android.permission.FLASHLIGHT" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
    <queries>
        <intent>
            <action android:name="android.media.action.IMAGE_CAPTURE" />
        </intent>
        <intent>
            <action android:name="android.media.action.VIDEO_CAPTURE" />
        </intent>
        <intent>
            <action android:name="com.android.camera.action.CROP" />
        </intent>
        <intent>
            <action android:name="android.intent.action.DIAL" />
        </intent>
        <intent>
            <action android:name="android.intent.action.SEND" />
        </intent>
        <intent>
            <action android:name="android.intent.action.VIEW" />
        </intent>
        <intent>
            <action android:name="android.intent.action.GET_CONTENT" />
        </intent>
    </queries>
    <uses-feature android:name="android.hardware.camera.front" android:required="false" />
    <uses-feature android:name="android.hardware.microphone" android:required="false" />
    <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
    <uses-permission android:name="com.google.android.gms.permission.AD_ID" />
    <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
    <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="com.righthandbaseball.righthand.app.AppApplication" android:allowBackup="false" android:supportsRtl="false" android:extractNativeLibs="false" android:usesCleartextTraffic="true" android:resizeableActivity="true" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true">
        <meta-data android:name="ScopedStorage" android:value="true" />
        <meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@null" />
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.righthandbaseball.righthand.provider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
        </provider>
        <activity android:theme="@style/SplashTheme" android:name="com.righthandbaseball.righthand.ui.activity.SplashActivity" android:exported="true" android:launchMode="singleTop" android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <action android:name="android.intent.action.VIEW" />
                <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="https" android:host="righthanddevelop.page.link" />
            </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="https" android:host="righthand.page.link" />
            </intent-filter>
        </activity>
        <activity android:name="com.righthandbaseball.righthand.ui.activity.GuideActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.HomeActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.LoginEntranceActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ScoutLoginEntranceActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.LoginActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.AuthPlayerActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.AuthScoutActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ScoutLoginActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.RegisterActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.RegisterBaseInfoActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.RegisterBaseInfoTwoActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ScoutRegisterActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ScoutRegisterBaseInfoActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.CrashActivity" android:process=":crash" android:launchMode="singleTop" android:screenOrientation="landscape" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.RestartActivity" android:process=":restart" android:launchMode="singleTop" />
        <activity android:label="@string/setting_title" android:name="com.righthandbaseball.righthand.ui.activity.SettingActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.SelectGroupActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.NewSelectGroupActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:label="@string/web_title" android:name="com.righthandbaseball.righthand.ui.activity.BrowserActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.CameraActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ImageCropActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:label="@string/image_select_title" android:name="com.righthandbaseball.righthand.ui.activity.ImageSelectActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ImagePreviewActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ImagePreview2Activity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:theme="@style/FullScreenTheme" android:name="com.righthandbaseball.righthand.ui.activity.VideoPlayActivity" android:launchMode="singleTop" />
        <activity android:theme="@style/FullScreenTheme" android:name="com.righthandbaseball.righthand.ui.activity.VideoPlay2Activity$Portrait" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:theme="@style/FullScreenTheme" android:name="com.righthandbaseball.righthand.ui.activity.VideoPlayActivity$Portrait" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:theme="@style/FullScreenTheme" android:name="com.righthandbaseball.righthand.ui.activity.VideoPlayActivity$Landscape" android:launchMode="singleTop" android:screenOrientation="landscape" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.VideoSelectActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.DialogActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.StatusActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.VodReleaseActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.VideoPublishingActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.VideoEditActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ImagePublishingActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.PdfPublishingActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.PdfEditActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ImageEditActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.BodyActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.SearchActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.SearchResultActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.AddPlayerActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ScoutAddPlayerDetailsActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.PersonalActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.ReportReleaseActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.CommentsActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.LikeUsersActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.NewGroupActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.GroupAddMemberActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.GroupAddMemberActivity2" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.righthandbaseball.righthand.ui.activity.PdfActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <service android:name="com.righthandbaseball.righthand.other.RighthandFirebaseMessagingService" android:exported="false">
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <service android:name="com.righthandbaseball.righthand.service.movie_upload.MovieUploadService" android:exported="false" android:foregroundServiceType="dataSync">
            <intent-filter>
                <action android:name="com.righthandbaseball.righthand.service.movie_upload.MovieUploadService" />
            </intent-filter>
        </service>
        <service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
            <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.ktx.FirebaseMessagingKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.crashlytics.ktx.FirebaseCrashlyticsKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.ktx.FirebaseDynamicLinksKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.remoteconfig.ktx.FirebaseRemoteConfigKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.ktx.FirebaseAnalyticsKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.ktx.FirebaseCommonKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.crashlytics.CrashlyticsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.remoteconfig.RemoteConfigRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.abt.component.AbtRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
        </service>
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropMultipleActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <provider android:name="com.luck.picture.lib.basic.PictureFileProvider" android:exported="false" android:authorities="com.righthandbaseball.righthand.luckProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/ps_file_paths" />
        </provider>
        <service android:name="com.luck.picture.lib.service.ForegroundService" android:enabled="true" android:foregroundServiceType="location" />
        <activity android:theme="@style/Base.Theme.NoActionBar" android:name="com.luck.picture.lib.basic.PictureSelectorSupporterActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/Picture.Theme.Translucent" android:name="com.luck.picture.lib.basic.PictureSelectorTransparentActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <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" />
            </intent-filter>
        </receiver>
        <service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false" android:directBootAware="true">
            <intent-filter android:priority="-500">
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.righthandbaseball.righthand.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
        <receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false" />
        <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" />
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.righthandbaseball.righthand.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" />
        </provider>
        <service android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" android:exported="false">
            <meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct" />
        </service>
        <service android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false" />
        <activity android:theme="@style/Theme.PlayCore.Transparent" android:name="com.google.android.play.core.common.PlayCoreDialogWrapperActivity" android:exported="false" android:stateNotNeeded="true" />
        <meta-data android:name="com.android.vending.splits.required" android:value="true" />
        <meta-data android:name="com.android.stamp.source" android:value="https://play.google.com/store" />
        <meta-data android:name="com.android.stamp.type" android:value="STAMP_TYPE_DISTRIBUTION_APK" />
        <meta-data android:name="com.android.vending.splits" android:resource="@xml/splits0" />
        <meta-data android:name="com.android.vending.derived.apk.id" android:value="2" />
    </application>
</manifest>