hossain-khan / android-keep-alive

A simple app to keep alive specific apps
MIT License
5 stars 1 forks source link

Google Photos Manifest #6

Open hossain-khan opened 2 months ago

hossain-khan commented 2 months ago
<?xml version="1.0" encoding="utf-8"?>
<manifest
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:versionCode="49124490"
    android:versionName="6.93.0.659607037"
    android:installLocation="0"
    android:compileSdkVersion="35"
    android:compileSdkVersionCodename="VanillaIceCream"
    package="com.google.android.apps.photos"
    platformBuildVersionCode="35"
    platformBuildVersionName="VanillaIceCream">

    <uses-sdk
        android:minSdkVersion="23"
        android:targetSdkVersion="34" />

    <permission
        android:name="com.google.android.apps.photos.permission.C2D_MESSAGE"
        android:protectionLevel="0x2" />

    <permission
        android:name="com.google.android.apps.photos.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
        android:protectionLevel="0x2" />

    <uses-permission
        android:name="com.google.android.apps.photos.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />

    <uses-permission
        android:name="android.permission.NFC" />

    <uses-permission
        android:name="android.permission.INTERNET" />

    <uses-permission
        android:name="android.permission.BLUETOOTH" />

    <uses-permission
        android:name="android.permission.CHANGE_WIFI_STATE" />

    <uses-permission
        android:name="android.permission.CHANGE_NETWORK_STATE" />

    <uses-permission
        android:name="android.permission.ACCESS_FINE_LOCATION" />

    <uses-permission
        android:name="android.permission.ACCESS_COARSE_LOCATION" />

    <uses-permission
        android:name="android.permission.READ_CONTACTS" />

    <uses-permission
        android:name="android.permission.READ_PROFILE" />

    <uses-permission
        android:name="android.permission.READ_PHONE_STATE" />

    <uses-permission
        android:name="android.permission.SUBSCRIBED_FEEDS_READ" />

    <uses-permission
        android:name="android.permission.SUBSCRIBED_FEEDS_WRITE" />

    <uses-permission
        android:name="android.permission.WRITE_SYNC_SETTINGS" />

    <uses-permission
        android:name="android.permission.READ_SYNC_SETTINGS" />

    <uses-permission
        android:name="android.permission.MANAGE_ACCOUNTS" />

    <uses-permission
        android:name="android.permission.USE_CREDENTIALS" />

    <uses-permission
        android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />

    <uses-permission
        android:name="android.permission.GET_ACCOUNTS" />

    <uses-permission
        android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />

    <uses-permission
        android:name="com.google.android.c2dm.permission.RECEIVE" />

    <uses-permission
        android:name="android.permission.READ_CALENDAR" />

    <uses-permission
        android:name="android.permission.WRITE_CALENDAR" />

    <uses-permission-sdk-23
        android:name="com.android.vending.BILLING" />

    <uses-permission-sdk-23
        android:name="com.android.providers.media.permission.ACCESS_MEDIA_OWNER_PACKAGE_NAME" />

    <uses-permission-sdk-23
        android:name="android.permission.USE_BIOMETRIC" />

    <uses-permission-sdk-23
        android:name="android.permission.USE_FINGERPRINT" />

    <uses-feature
        android:name="android.hardware.fingerprint"
        android:required="false" />

    <uses-permission-sdk-23
        android:name="android.permission.ACCESS_MEDIA_LOCATION" />

    <uses-permission-sdk-23
        android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />

    <uses-permission-sdk-23
        android:name="android.permission.POST_NOTIFICATIONS" />

    <queries>

        <package
            android:name="com.google.android.gms" />

        <package
            android:name="com.android.vending" />

        <package
            android:name="com.google.android.googlequicksearchbox" />

        <package
            android:name="com.google.android.apps.photos.scanner" />

        <package
            android:name="com.google.ar.core" />

        <intent>

            <action
                android:name="android.intent.action.EDIT" />

            <data
                android:mimeType="image/*" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.EDIT" />

            <data
                android:mimeType="video/*" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.SEND" />

            <data
                android:mimeType="image/*" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.SEND_MULTIPLE" />

            <data
                android:mimeType="image/*" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.SEND" />

            <data
                android:mimeType="video/*" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.SEND_MULTIPLE" />

            <data
                android:mimeType="video/*" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.SEND" />

            <data
                android:mimeType="text/plain" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.SEND" />

            <data
                android:mimeType="application/vnd.google.panorama360+jpg" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.ATTACH_DATA" />

            <data
                android:mimeType="image/*" />
        </intent>

        <intent>

            <action
                android:name="android.service.wallpaper.CROP_AND_SET_WALLPAPER" />

            <data
                android:mimeType="image/*" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.VIEW" />

            <data
                android:mimeType="image/*" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.VIEW" />

            <data
                android:mimeType="video/*" />
        </intent>

        <intent>

            <action
                android:name="android.media.action.STILL_IMAGE_CAMERA" />
        </intent>

        <intent>

            <action
                android:name="android.intent.action.DIAL" />
        </intent>

        <intent>

            <action
                android:name="android.speech.action.RECOGNIZE_SPEECH" />
        </intent>

        <intent>

            <action
                android:name="com.google.android.apps.photos.OEM_PROVIDER" />
        </intent>

        <intent>

            <action
                android:name="com.google.android.apps.photos.OEM_VIEW" />

            <data
                android:mimeType="image/*" />
        </intent>

        <intent>

            <action
                android:name="com.google.android.apps.photos.OEM_VIEW" />

            <data
                android:mimeType="video/*" />
        </intent>

        <intent>

            <action
                android:name="com.google.android.apps.photos.OEM_EDIT" />

            <data
                android:mimeType="image/*" />
        </intent>

        <intent>

            <action
                android:name="com.google.android.apps.photos.OEM_EDIT" />

            <data
                android:mimeType="video/*" />
        </intent>

        <intent>

            <action
                android:name="com.google.camera.action.LOCATION_SETTINGS" />
        </intent>

        <package
            android:name="com.google.android.apps.restore" />

        <package
            android:name="com.google.android.apps.tips" />

        <package
            android:name="com.google.android.apps.maps" />

        <intent>

            <action
                android:name="com.android.vending.billing.InAppBillingService.BIND" />
        </intent>

        <intent>

            <action
                android:name="com.google.android.apps.play.billingtestcompanion.BillingOverrideService.BIND" />
        </intent>
    </queries>

    <uses-permission
        android:name="android.permission.VIBRATE" />

    <uses-permission
        android:name="android.permission.GET_PACKAGE_SIZE" />

    <uses-permission
        android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

    <uses-permission
        android:name="android.permission.SET_WALLPAPER" />

    <uses-permission
        android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />

    <uses-permission
        android:name="android.permission.SYSTEM_ALERT_WINDOW" />

    <uses-permission
        android:name="android.permission.WAKE_LOCK" />

    <uses-permission
        android:name="android.permission.ACCESS_NETWORK_STATE" />

    <uses-permission
        android:name="android.permission.MANAGE_MEDIA" />

    <uses-permission
        android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

    <uses-permission
        android:name="android.permission.WRITE_SETTINGS" />

    <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.READ_MEDIA_VISUAL_USER_SELECTED" />

    <uses-permission
        android:name="com.google.android.googlequicksearchbox.permission.LENS_SERVICE" />

    <uses-permission
        android:name="android.permission.FOREGROUND_SERVICE" />

    <uses-permission
        android:name="android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE" />

    <uses-permission
        android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />

    <uses-permission-sdk-23
        android:name="android.permission.WRITE_MEDIA_STORAGE" />

    <uses-permission-sdk-23
        android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />

    <uses-feature
        android:glEsVersion="0x20000"
        android:required="true" />

    <uses-feature
        android:name="android.hardware.location.gps"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.touchscreen"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.bluetooth"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.screen.portrait"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.screen.landscape"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.sensor.accelerometer"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.sensor.gyroscope"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.vr.high_performance"
        android:required="false" />

    <uses-feature
        android:name="android.software.vr.mode"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.vr.headtracking"
        android:required="false"
        android:version="1" />

    <application
        android:theme="@ref/0x7f150712"
        android:label="@ref/0x7f141e6c"
        android:icon="@ref/0x7f110004"
        android:name="com.google.android.apps.photos.PhotosApplication"
        android:manageSpaceActivity="com.google.android.apps.photos.managespace.ManageSpaceActivity"
        android:backupAgent="com.google.android.apps.photos.kvbackup.PhotosBackupAgent"
        android:allowBackup="true"
        android:restoreAnyVersion="true"
        android:logo="@ref/0x7f110004"
        android:hardwareAccelerated="true"
        android:largeHeap="true"
        android:supportsRtl="true"
        android:requiredAccountType="com.google"
        android:usesCleartextTraffic="true"
        android:roundIcon="@ref/0x7f110007"
        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
        android:requestLegacyExternalStorage="true">

        <meta-data
            android:name="android.max_aspect"
            android:value="2.4" />

        <meta-data
            android:name="com.google.android.geo.API_KEY"
            android:value="AIzaSyD8xKGNtA1UW8I65pO3tgoP1lRB0kPISr0" />

        <meta-data
            android:name="com.google.android.backup.api_key"
            android:value="AEdPqrEAAAAIEWcbdnnf7Ur7nXMENB2rAvCnlfn66QHFazdZxQ" />

        <meta-data
            android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
            android:value="com.google.android.apps.photos.cast.CastOptionsProvider" />

        <meta-data
            android:name="google_analytics_adid_collection_enabled"
            android:value="false" />

        <meta-data
            android:name="google_analytics_ssaid_collection_enabled"
            android:value="false" />

        <meta-data
            android:name="google_analytics_default_allow_ad_personalization_signals"
            android:value="false" />

        <uses-native-library
            android:name="lib_aion_buffer.so"
            android:required="false" />

        <uses-native-library
            android:name="libedgetpu_util.so"
            android:required="false" />

        <uses-native-library
            android:name="libedgetpu_client.google.so"
            android:required="false" />

        <uses-native-library
            android:name="libqdMetaData.so"
            android:required="false" />

        <uses-native-library
            android:name="libOpenCL.so"
            android:required="false" />

        <uses-native-library
            android:name="libOpenCL-car.so"
            android:required="false" />

        <uses-native-library
            android:name="libOpenCL-pixel.so"
            android:required="false" />

        <service
            android:name="com.google.android.gms.metadata.ModuleDependencies"
            android:enabled="false"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="com.google.android.gms.metadata.MODULE_DEPENDENCIES" />
            </intent-filter>

            <meta-data
                android:name="tflite_dynamite:3:required"
                android:value="" />

            <meta-data
                android:name="tflite_gpu_dynamite:0:preferred"
                android:value="" />

            <meta-data
                android:name="tflite_gpu_dynamite:222612000:required"
                android:value="" />
        </service>

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.libraries.notifications"
            android:resource="@ref/0x7f18000a" />

        <service
            android:name="com.google.android.libraries.phenotype.registration.PhenotypeMetadataHolderService"
            android:enabled="false"
            android:exported="false"
            android:process="">

            <intent-filter>

                <action
                    android:name="com.google.android.libraries.phenotype.registration.PhenotypeMetadataHolderService" />
            </intent-filter>

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.libraries.notifications"
                android:resource="@ref/0x7f130014" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.google.android.libraries.social.connections"
                android:resource="@ref/0x7f130018" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.libraries.social.connections"
                android:resource="@ref/0x7f130019" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.google.android.gms.auth_account"
                android:resource="@ref/0x7f130008" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.google.android.libraries.consentverifier"
                android:resource="@ref/0x7f13000f" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.libraries.consentverifier"
                android:resource="@ref/0x7f130010" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.google.android.gms.device_performance"
                android:resource="@ref/0x7f130009" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.gms.device_performance"
                android:resource="@ref/0x7f13000a" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.google.android.gms.droidguard"
                android:resource="@ref/0x7f13000b" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.gms.icing.mdd"
                android:resource="@ref/0x7f13000c" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.google.android.gms.ulr"
                android:resource="@ref/0x7f13000d" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.google.android.gms.usagereporting"
                android:resource="@ref/0x7f13000e" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.libraries.notifications.platform"
                android:resource="@ref/0x7f130013" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.google.android.libraries.mdi.sync"
                android:resource="@ref/0x7f130011" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.libraries.mdi.sync"
                android:resource="@ref/0x7f130012" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.libraries.onegoogle"
                android:resource="@ref/0x7f130015" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.google.android.libraries.social.peoplekit"
                android:resource="@ref/0x7f13001a" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.libraries.social.peoplekit"
                android:resource="@ref/0x7f13001b" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.apps.photos"
                android:resource="@ref/0x7f130006" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:photos_android_auto"
                android:resource="@ref/0x7f130023" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:photos_android_auto"
                android:resource="@ref/0x7f130024" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.android.billingclient"
                android:resource="@ref/0x7f130001" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.android.billingclient"
                android:resource="@ref/0x7f130002" />

            <meta-data
                android:name="com.google.android.gms.phenotype.heterodyne_info.binarypb:com.google.android.libraries.performance.primes"
                android:resource="@ref/0x7f130016" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.libraries.performance.primes"
                android:resource="@ref/0x7f130017" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.libraries.subscriptions"
                android:resource="@ref/0x7f13001c" />

            <meta-data
                android:name="com.google.android.gms.phenotype.registration.binarypb:com.google.android.libraries.surveys"
                android:resource="@ref/0x7f13001d" />
        </service>

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.libraries.social.connections"
            android:resource="@ref/0x7f18000e" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.libraries.consentverifier"
            android:resource="@ref/0x7f180008" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.gms.device_performance"
            android:resource="@ref/0x7f180006" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.gms.icing.mdd"
            android:resource="@ref/0x7f180007" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.libraries.notifications.platform"
            android:resource="@ref/0x7f18000b" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.libraries.mdi.sync"
            android:resource="@ref/0x7f180009" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.libraries.onegoogle"
            android:resource="@ref/0x7f18000c" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.libraries.social.peoplekit"
            android:resource="@ref/0x7f18000f" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.apps.photos"
            android:resource="@ref/0x7f180004" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:photos_android_auto"
            android:resource="@ref/0x7f180015" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.android.billingclient"
            android:resource="@ref/0x7f180000" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.libraries.performance.primes"
            android:resource="@ref/0x7f18000d" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.libraries.subscriptions"
            android:resource="@ref/0x7f180010" />

        <meta-data
            android:name="com.google.android.gms.phenotype.registration.xml:com.google.android.libraries.surveys"
            android:resource="@ref/0x7f180011" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.access.dialog.PermanentDeleteConfirmationActivity"
            android:exported="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <service
            android:name="com.google.android.apps.photos.account.full.SyncAccountsForLoginService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.account.full.FetchAccountPropertiesAppUpgradeBroadcastReceiver"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="android.intent.action.PACKAGE_REPLACED" />

                <data
                    android:scheme="package"
                    android:path="com.google.android.apps.photos" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.apps.photos.account.full.SyncAccountsForLoginBroadcastReceiver"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="android.intent.action.PACKAGE_REPLACED" />

                <data
                    android:scheme="package"
                    android:path="com.google.android.apps.photos" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.apps.photos.account.full.RefreshAccountsReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>

        <service
            android:name="com.google.android.apps.photos.actionqueue.OnlineActionJobsService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.actionqueue.impl.OnlineActionService"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.actionqueue.impl.SystemReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.net.conn.CONNECTIVITY_CHANGE" />

                <action
                    android:name="android.intent.action.BOOT_COMPLETED" />

                <action
                    android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>

        <service
            android:name="com.google.android.apps.photos.actionqueue.impl.OnlineActionJobsService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f1502e0"
            android:name="com.google.android.apps.photos.album.enrichment.ui.EnrichmentEditingActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150733"
            android:name="com.google.android.apps.photos.album.enrichment.ui.AddPlaceEnrichmentsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.album.highlight.editor.HighlightEditorActivity"
            android:exported="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f14096f"
            android:name="com.google.android.apps.photos.albums.grid.DeviceFoldersActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.allphotos.gridcontrols.GridControlsSettingsActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <receiver
            android:name="com.google.android.apps.photos.analytics.install.InstallReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="com.android.vending.INSTALL_REFERRER" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150307"
            android:name="com.google.android.apps.photos.archive.assistant.SuggestedArchiveReviewActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15073a"
            android:label="@ref/0x7f1404c0"
            android:name="com.google.android.apps.photos.archive.view.ArchivedPhotosActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.autoadd.api.LiveAlbumCreationGatewayActivity"
            android:exported="false">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:theme="@ref/0x7f15075e"
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.autoadd.api.LiveAlbumCreationActivityAlias"
            android:enabled="true"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.autoadd.api.LiveAlbumCreationGatewayActivity">

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.CREATE_LA" />

                <category
                    android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150038"
            android:label="@ref/0x7f140504"
            android:name="com.google.android.apps.photos.autoadd.rulebuilder.AutoAddRuleBuilderActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:label="@ref/0x7f140508"
            android:name="com.google.android.apps.photos.autobackup.datatransparency.DataTransparencyActivity"
            android:exported="true"
            android:launchMode="1">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/yourdata" />
            </intent-filter>
        </activity>

        <service
            android:name="com.google.android.apps.photos.backup.apiservice.extensions.BackupExtensionsApiService"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.backup.apiservice.extensions.BACKUP_EXTENSIONS_SERVICE" />
            </intent-filter>
        </service>

        <service
            android:name="com.google.android.apps.photos.backup.apiservice.grpc.PhotosBackupGrpcService"
            android:exported="true" />

        <service
            android:name="com.google.android.apps.photos.backup.apiservice.hybridrestore.HybridRestoreApiService"
            android:exported="true" />

        <service
            android:name="com.google.android.apps.photos.backup.apiservice.PhotosBackupApiService"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.backup.apiservice.PHOTOS_BACKUP_SERVICE" />
            </intent-filter>
        </service>

        <service
            android:name="com.google.android.apps.photos.backup.apiservice.PhotosCustomBackupApiService"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="com.google.android.gms.backup.action.CUSTOM_BACKUP" />

                <category
                    android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </service>

        <activity
            android:theme="@ref/0x7f150760"
            android:name="com.google.android.apps.photos.backup.apiservice.permission.BackupServiceRequiredRuntimePermissionsCheckerActivity"
            android:exported="false"
            android:allowTaskReparenting="true"
            android:noHistory="true"
            android:allowEmbedded="true"
            android:autoRemoveFromRecents="true" />

        <service
            android:name="com.google.android.apps.photos.backup.apiservice.sdk.PhotosSdkBackupApiService"
            android:exported="true" />

        <receiver
            android:name="com.google.android.apps.photos.backup.core.BackupAlarmReceiver"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.backup.core.AutobackupJobService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.backup.notifications.FolderBackupReceiver"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15073a"
            android:name="com.google.android.apps.photos.backup.overview.impl.BackupOverviewActivity"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.backup.persistentstatus.NotificationActionReceiver"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.backup.persistentstatus.notificationactionreceiver" />
            </intent-filter>
        </receiver>

        <service
            android:name="com.google.android.apps.photos.backup.persistentstatus.UploadStatusNotificationForegroundService"
            android:exported="false"
            android:foregroundServiceType="0x1" />

        <activity
            android:theme="@ref/0x7f15073a"
            android:label="@ref/0x7f1405a2"
            android:name="com.google.android.apps.photos.backup.selectivebackup.view.SelectiveBackupActivity"
            android:exported="false"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150717"
            android:name="com.google.android.apps.photos.backup.settings.cellular.CellularDataConfigurationActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.backup.settings.AutoBackupSettingsActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150718"
            android:name="com.google.android.apps.photos.backup.settings.AutoBackupSettingsActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150715"
            android:name="com.google.android.apps.photos.backup.settings.FolderBackupSettingsActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.backup.settings.AutoBackupSettingsActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150715"
            android:name="com.google.android.apps.photos.backup.settings.BackupModeSettingsActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.backup.settings.AutoBackupSettingsActivity"
            android:resizeableActivity="true" />

        <service
            android:name="com.google.android.apps.photos.backup.video.impl.VideoCompressionJobService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.backup.video.impl.VideoCompressionNotificationForegroundService"
            android:exported="false"
            android:foregroundServiceType="0x1" />

        <activity
            android:theme="@ref/0x7f15073a"
            android:name="com.google.android.apps.photos.burst.secondarygrid.SecondaryGridActivity"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.cameraassistant.CameraAssistantService"
            android:exported="true" />

        <service
            android:name="com.google.android.apps.photos.cast.impl.CastPresentationService"
            android:exported="false"
            android:foregroundServiceType="0x2" />

        <activity
            android:theme="@ref/0x7f150665"
            android:label="@ref/0x7f1406a4"
            android:name="com.google.android.apps.photos.cinematics.ui.CinematicPhotoEditorActivity"
            android:exported="false" />

        <provider
            android:label="@ref/0x7f141e70"
            android:name="com.google.android.apps.photos.cloudpicker.CloudMediaProviderWrapper"
            android:permission="com.android.providers.media.permission.MANAGE_CLOUD_MEDIA_PROVIDERS"
            android:enabled="@ref/0x7f05001c"
            android:exported="true"
            android:authorities="com.google.android.apps.photos.cloudpicker">

            <intent-filter>

                <action
                    android:name="android.content.action.CLOUD_MEDIA_PROVIDER" />
            </intent-filter>
        </provider>

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.cloudstorage.buystorage.googleone.directflow.impl.GoogleOneOfferDirectFlowActivity"
            android:exported="false"
            android:launchMode="1"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f1406b0"
            android:name="com.google.android.apps.photos.cloudstorage.buystorage.googleone.GoogleOneBuyFlowActivity"
            android:exported="false"
            android:launchMode="1"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.cloudstorage.buystorage.googleone.GoogleOneBuyFlowDeepLinkActivity"
            android:exported="false">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.cloudstorage.buystorage.googleone.GoogleOneBuyFlowDeepLinkActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.cloudstorage.buystorage.googleone.GoogleOneBuyFlowDeepLinkActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:pathPattern="/link/plans" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.cloudstorage.buystorage.googleone.GoogleOnePaywallUnderstandingActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150733"
            android:name="com.google.android.apps.photos.cloudstorage.kirby.KirbyActivity"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.cloudstorage.notification.OfflineReengagmentNotificationDismissTask"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.cloudstorage.notification.dismiss-offline-reengage-notification" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.cloudstorage.paidfeatures.PaidFeaturesActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.cloudstorage.promo.clifford.GuidedBrokenStateExperienceDay1Activity"
            android:exported="false"
            android:screenOrientation="1" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.cloudstorage.recoverstorage.RecoverStorageActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15075a"
            android:name="com.google.android.apps.photos.cloudstorage.storagesweeper.SwipeActivity"
            android:exported="false"
            android:screenOrientation="1" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.cloudstorage.ui.exitpathoptions.ExitPathOptionsActivity"
            android:exported="false"
            android:screenOrientation="1" />

        <activity
            android:theme="@ref/0x7f150666"
            android:label="@ref/0x7f14081a"
            android:name="com.google.android.apps.photos.collageeditor.ui.CollageEditorActivity"
            android:exported="false">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:label="@ref/0x7f14081a"
            android:name="com.google.android.apps.photos.collageeditor.ui.CollageEditorActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.collageeditor.ui.CollageEditorActivity">

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.api.ACTION_CREATE_COLLAGE" />

                <category
                    android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.collectionstab.collectionsgridpage.abuse.SuspiciousAlbumsActivity"
            android:exported="false"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10"
            android:parentActivityName="com.google.android.apps.photos.collectionstab.collectionsgridpage.CollectionsGridPageActivity" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.collectionstab.collectionsgridpage.CollectionsGridPageActivity"
            android:exported="false"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <provider
            android:label="@ref/0x7f140872"
            android:name="com.google.android.apps.photos.contentprovider.impl.MediaContentProvider"
            android:exported="false"
            android:authorities="com.google.android.apps.photos.contentprovider"
            android:syncable="false"
            android:grantUriPermissions="true" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.conversation.grid.ConversationGridActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.conversation.load.ConversationLoadActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.conversation.starter.impl.StarterConversationActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x14"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150733"
            android:label="@ref/0x7f140895"
            android:name="com.google.android.apps.photos.create.CreateActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.create.movie.assistivecreation.deeplink.AssistiveMovieDeepLinkActivity"
            android:exported="false"
            android:launchMode="3"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:name="com.google.android.apps.photos.create.movie.assistivecreation.deeplink.AssistiveMovieDeepLinkActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.create.movie.assistivecreation.deeplink.AssistiveMovieDeepLinkActivity"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/highlightvideo/create" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150714"
            android:name="com.google.android.apps.photos.create.movie.assistivecreation.CreateAssistiveMovieInputActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.create.movie.concept.CreateConceptMovieIntroductionActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.create.movie.deeplink.ConceptMovieDeepLinkActivity"
            android:exported="true"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:name="com.google.android.apps.photos.create.movie.deeplink.ConceptMovieDeepLinkActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.create.movie.deeplink.ConceptMovieDeepLinkActivity"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/movies/create" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150bda"
            android:name="com.google.android.apps.photos.create.movie.CreateNewMovieThemePickerActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.crowdsource.CrowdsourceActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:name="com.google.android.apps.photos.crowdsource.deeplink.CrowdsourceDeepLinkGatewayActivity"
            android:enabled="false"
            android:exported="true"
            android:launchMode="2">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:host="crowdsource.google.com" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:pathPattern="/photos/tasks/list" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f15076f"
            android:name="com.google.android.apps.photos.daydream.DreamSettingsActivity"
            android:exported="false" />

        <service
            android:label="@ref/0x7f141e6c"
            android:icon="@ref/0x7f110004"
            android:name="com.google.android.apps.photos.daydream.PhotosDreamService"
            android:permission="android.permission.BIND_DREAM_SERVICE"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.service.dreams.DreamService" />

                <category
                    android:name="android.intent.category.DEFAULT" />
            </intent-filter>

            <meta-data
                android:name="android.service.dream"
                android:resource="@ref/0x7f180012" />
        </service>

        <service
            android:name="com.google.android.apps.photos.dbprocessor.impl.DatabaseProcessorService"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.dbprocessor.impl.DatabaseProcessorJobService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.dbprocessor.impl.DatabaseProcessorReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f15073c"
            android:name="com.google.android.apps.photos.devicemanagement.activity.FreeUpSpaceActivity"
            android:exported="false"
            android:launchMode="1" />

        <provider
            android:label="@ref/0x7f140981"
            android:name="com.google.android.apps.photos.devicemanagement.contentprovider.FreeUpSpaceContentProvider"
            android:exported="true"
            android:authorities="com.google.android.apps.photos.freeable_space"
            android:syncable="false"
            android:grantUriPermissions="true" />

        <activity
            android:theme="@ref/0x7f15073c"
            android:name="com.google.android.apps.photos.devicemanagement.contentprovider.FreeUpSpaceExternalIntentActivity"
            android:exported="false"
            android:launchMode="2" />

        <receiver
            android:name="com.google.android.apps.photos.devicemanagement.FreeUpSpaceStopBroadcastReceiver"
            android:enabled="true"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.devicemanagement.foregroundservice.impl.FreeUpSpaceForegroundService"
            android:exported="false"
            android:foregroundServiceType="0x1" />

        <service
            android:name="com.google.android.apps.photos.devicemanagement.overdrive.DeletionService"
            android:exported="true" />

        <receiver
            android:name="com.google.android.apps.photos.devicemanagement.service.DeviceManagementReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.DEVICE_STORAGE_LOW" />

                <action
                    android:name="android.intent.action.DEVICE_STORAGE_OK" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.apps.photos.devicemanagement.service.DeviceManagementReceiverInternal"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.devicemanagement.MANUAL_TRIGGER" />
            </intent-filter>
        </receiver>

        <service
            android:name="com.google.android.apps.photos.devicemanagement.service.DeviceManagementService"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.devicemanagement.service.DeviceManagementJobService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:name="com.google.android.apps.photos.devicesetup.guide.SetupGuideActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:name="com.google.android.apps.photos.devicesetup.BackupSetupSettingsActivity"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.diskcache.cacheresize.CacheResizeReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.DEVICE_STORAGE_LOW" />

                <action
                    android:name="android.intent.action.DEVICE_STORAGE_OK" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.apps.photos.download.PhotosDownloadReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.DOWNLOAD_COMPLETE" />
            </intent-filter>
        </receiver>

        <provider
            android:label="@ref/0x7f140a2b"
            android:name="com.google.android.apps.photos.editor.contentprovider.EditMediaContentProvider"
            android:exported="false"
            android:authorities="com.google.android.apps.photos.editor.contentprovider"
            android:syncable="false"
            android:grantUriPermissions="true" />

        <activity
            android:theme="@ref/0x7f15075f"
            android:name="com.google.android.apps.photos.editor.intents.EditActivity"
            android:exported="true"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:resizeableActivity="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="com.android.camera.action.CROP" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.ALTERNATIVE" />

                <category
                    android:name="android.intent.category.SELECTED_ALTERNATIVE" />

                <data
                    android:mimeType="image/*" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="android.intent.action.EDIT" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <data
                    android:mimeType="image/*" />
            </intent-filter>
        </activity>

        <activity-alias
            android:name="com.google.android.apps.photos.editor.intents.EditVideoActivity"
            android:exported="true"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:targetActivity="com.google.android.apps.photos.editor.intents.EditActivity">

            <intent-filter>

                <action
                    android:name="android.intent.action.EDIT" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <data
                    android:mimeType="application/vnd.google.panorama360+jpg" />

                <data
                    android:mimeType="video/*" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="com.android.camera.action.TRIM" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <data
                    android:scheme="content" />

                <data
                    android:mimeType="video/*" />
            </intent-filter>
        </activity-alias>
hossain-khan commented 2 months ago

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f140a4c"
            android:name="com.google.android.apps.photos.ellmann.settings.EllmannSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15073d"
            android:name="com.google.android.apps.photos.envelope.feed.SharedAlbumFeedActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10" />

        <activity
            android:theme="@ref/0x7f15073d"
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.envelope.AlbumActivity"
            android:exported="true"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10"
            android:resizeableActivity="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/share/.*" />

                <data
                    android:pathPattern="/u/.*/share/.*" />

                <data
                    android:pathPattern="/invite/share/.*" />

                <data
                    android:pathPattern="/u/.*/invite/share/.*" />
            </intent-filter>

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="goo.gl" />

                <data
                    android:pathPattern="/photos/.*" />
            </intent-filter>
        </activity>

        <activity-alias
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.envelope.LegacyFdlIntentHandler"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.envelope.AlbumActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.app.goo.gl" />

                <data
                    android:pathPattern="/.*" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.envelope.signedoutpromo.SharedAlbumPromoActivity"
            android:exported="false"
            android:launchMode="0"
            android:configChanges="0xd80"
            android:resizeableActivity="true" />

        <receiver
            android:name="com.google.android.apps.photos.experiments.phenotype.full.PhenotypeUpdateBroadcastReceiver"
            android:permission="com.google.android.gms.permission.PHENOTYPE_UPDATE_BROADCAST"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="com.google.android.gms.phenotype.UPDATE" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150743"
            android:name="com.google.android.apps.photos.facegaia.optin.impl.picker.MyFacePickerActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true" />

        <meta-data
            android:name="firebase_analytics_collection_enabled"
            android:value="false" />

        <activity
            android:theme="@ref/0x7f150733"
            android:name="com.google.android.apps.photos.flyingsky.confirmsuggestion.ConfirmSuggestionBottomSheetActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.flyingsky.deeplink.FlyingSkyDeepLinkActivity"
            android:exported="true"
            android:launchMode="3"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:name="com.google.android.apps.photos.flyingsky.deeplink.FlyingSkyDeepLinkActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.flyingsky.deeplink.FlyingSkyDeepLinkActivity"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/link/memories-view" />

                <data
                    android:pathPattern="/link/memories-view/.*" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f15032c"
            android:name="com.google.android.apps.photos.flyingsky.editdays.EditDaysActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15073d"
            android:label="@ref/0x7f140bdd"
            android:name="com.google.android.apps.photos.genaiconsent.GenAiDataConsentActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f140be9"
            android:name="com.google.android.apps.photos.genaiconsent.settings.GenAiSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.googleone.ui.GoogleOneServiceActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.gridactionpanel.impl.MaximizedSendKitContainerActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.guidedcreations.CreationStepFlowActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15073c"
            android:name="com.google.android.apps.photos.help.lostphotostroubleshooter.impl.LostPhotosTroubleshooterActivity"
            android:exported="false"
            android:launchMode="1"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f15073a"
            android:name="com.google.android.apps.photos.help.uncertaindates.impl.UncertainDatesViewActivity"
            android:exported="false" />

        <activity
            android:name="com.google.android.apps.photos.home.entrypoint.deeplink.HomeDeepLinkActivity"
            android:exported="true"
            android:launchMode="2">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/link/backup" />

                <data
                    android:pathPattern="/link/freeupspace" />

                <data
                    android:pathPattern="/u/.*/link/freeupspace" />

                <data
                    android:pathPattern="/link/googleone-paid-editing" />

                <data
                    android:pathPattern="/link/gallery" />
            </intent-filter>
        </activity>

        <uses-library
            android:name="com.google.android.chromeos"
            android:required="false" />

        <activity
            android:theme="@ref/0x7f15073c"
            android:label="@ref/0x7f141dd0"
            android:icon="@ref/0x7f110004"
            android:name="com.google.android.apps.photos.home.HomeActivity"
            android:exported="true"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10"
            android:logo="@ref/0x7f110004"
            android:resizeableActivity="true"
            android:roundIcon="@ref/0x7f110007">

            <meta-data
                android:name="WindowManagerPreference:SuppressWindowControlNavigationButton"
                android:value="true" />

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="android.intent.action.MAIN" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.LAUNCHER" />

                <category
                    android:name="android.intent.category.APP_GALLERY" />

                <category
                    android:name="android.intent.category.INFO" />
            </intent-filter>

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:path="/gallery" />
            </intent-filter>
        </activity>

        <activity-alias
            android:label="@ref/0x7f141dd0"
            android:name="com.google.android.apps.photos.home.HomeActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.home.HomeActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:path="/assistant" />

                <data
                    android:path="/foryou" />

                <data
                    android:path="/sharing" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.importsurfaces.ImportSurfacesActivity"
            android:exported="false"
            android:launchMode="1" />

        <service
            android:name="com.google.android.apps.photos.jobqueue.JobsActionIntentService"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.jobqueue.JobServiceBroadcastReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.net.conn.CONNECTIVITY_CHANGE" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.apps.photos.jobqueue.JobServiceBroadcastReceiverInternal"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.jobqueue.EXECUTE_JOBS" />
            </intent-filter>
        </receiver>

        <service
            android:name="com.google.android.apps.photos.jobqueue.PhotosJobQueueJobsService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.jobqueue.PhotosOfflineJobQueueJobsService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.localization.LocaleChangedReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.LOCALE_CHANGED" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f140183"
            android:name="com.google.android.apps.photos.localmedia.ui.LocalPhotosActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.location.edits.PhotoLocationEditActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15025e"
            android:name="com.google.android.apps.photos.managespace.ManageSpaceActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.mapexplore.deeplink.MapExploreDeepLinkGatewayActivity"
            android:exported="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:pathPattern="/link/mapview" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f15073e"
            android:name="com.google.android.apps.photos.mapexplore.ui.MapExploreActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150712"
            android:name="com.google.android.apps.photos.mars.auth.MarsReauthActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <provider
            android:name="com.google.android.apps.photos.mars.contentprovider.impl.MarsStoreProvider"
            android:exported="true"
            android:authorities="com.google.android.libraries.photos.api.mars"
            android:grantUriPermissions="true" />

        <provider
            android:name="com.google.android.apps.photos.mars.contentprovider.impl.LocalLockedMediaStoreProvider"
            android:exported="false"
            android:authorities="com.google.android.apps.photos.mars.contentprovider.local_locked_media"
            android:grantUriPermissions="false" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.mars.entry.backup.LockedFolderBackupOnboardingActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.mars.entry.MarsOnboardingActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.mars.entry.MarsOnboardingCompleteActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.mars.grid.MarsGridActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.mars.review.impl.MarsGatewayActivity"
            android:exported="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.mars.api.ACTION_REVIEW" />

                <action
                    android:name="com.google.android.apps.photos.mars.api.ACTION_REVIEW_SECURE" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <data
                    android:scheme="content" />

                <data
                    android:host="com.google.android.libraries.photos.api.mars" />

                <data
                    android:pathPrefix="/file" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.mars.api.ACTION_REVIEW" />

                <action
                    android:name="com.google.android.apps.photos.mars.api.ACTION_REVIEW_SECURE" />

                <category
                    android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f150718"
            android:name="com.google.android.apps.photos.mars.settings.LockedFolderBackupSettingsActivity"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.mdd.DownloadForegroundService"
            android:exported="false"
            android:foregroundServiceType="0x1" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.mediadetails.people.facetag.FaceTaggingActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <service
            android:name="com.google.android.apps.photos.mediametadataservice.MediaMetadataService"
            android:exported="false"
            android:process=":mediametadataservice" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.memories.deeplink.MemoriesDeepLinkActivity"
            android:exported="true"
            android:launchMode="1"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:name="com.google.android.apps.photos.memories.deeplink.MemoriesDeepLinkActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.memories.deeplink.MemoriesDeepLinkActivity"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/link/memories" />

                <data
                    android:pathPattern="/link/memories/.*" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f15073c"
            android:name="com.google.android.apps.photos.memories.notifications.MemoriesNotificationTrampolineActivity"
            android:exported="false"
            android:taskAffinity="com.google.android.apps.photos.memories.notifications.MemoriesTrampolineActivity"
            android:excludeFromRecents="true"
            android:noHistory="true"
            android:resizeableActivity="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f140eae"
            android:name="com.google.android.apps.photos.memories.settings.MemoriesSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f140e98"
            android:name="com.google.android.apps.photos.memories.settings.MemoriesDateHidingActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150759"
            android:name="com.google.android.apps.photos.memories.settings.MemoriesPeopleHidingActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f140eb3"
            android:name="com.google.android.apps.photos.memories.settings.MemoryTypesActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f140e8b"
            android:name="com.google.android.apps.photos.memories.settings.CreationTypesActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150744"
            android:name="com.google.android.apps.photos.memories.tallac.ui.caption.MyWeekCaptioningActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x2" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.memories.tallac.ui.create.CreateTallacActivity"
            android:exported="false"
            android:launchMode="1" />

        <receiver
            android:name="com.google.android.apps.photos.metasync.periodic.PackageUpdatedReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.PACKAGE_ADDED" />

                <data
                    android:scheme="package" />

                <data
                    android:sspPrefix="com.google.android.apps.photos" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150738"
            android:label="@ref/0x7f140ee7"
            android:name="com.google.android.apps.photos.microvideo.stillexporter.beta.FrameExporterActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150740"
            android:label="@ref/0x7f140f0f"
            android:name="com.google.android.apps.photos.movies.activity.MovieEditorActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150740"
            android:label="@ref/0x7f140f10"
            android:name="com.google.android.apps.photos.movies.activity.SoundtrackPickerActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150741"
            android:label="@ref/0x7f140f0f"
            android:name="com.google.android.apps.photos.movies.v3.activity.MovieEditorActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <receiver
            android:name="com.google.android.apps.photos.notificationchannels.AppUpdateBroadcastReceiver"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="android.intent.action.PACKAGE_REPLACED" />

                <data
                    android:scheme="package"
                    android:path="com.google.android.apps.photos" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.apps.photos.notificationchannels.BootCompleteBroadcastReceiver"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="android.intent.action.BOOT_COMPLETED" />

                <data
                    android:scheme="package"
                    android:path="com.google.android.apps.photos" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f140fd4"
            android:name="com.google.android.apps.photos.outofsync.ui.OutOfSyncReviewActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f15073a"
            android:label="@ref/0x7f140fd4"
            android:name="com.google.android.apps.photos.outofsync.ui.OutOfSyncGridActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.outofsync.ui.OutOfSyncReviewActivity" />

        <activity
            android:theme="@ref/0x7f150749"
            android:name="com.google.android.apps.photos.pager.HostPhotoPagerActivity"
            android:exported="true"
            android:configChanges="0xd80"
            android:resizeableActivity="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="android.intent.action.VIEW" />

                <action
                    android:name="com.android.camera.action.REVIEW" />

                <action
                    android:name="android.provider.action.REVIEW" />

                <action
                    android:name="android.provider.action.REVIEW_SECURE" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:scheme="content" />

                <data
                    android:scheme="file" />

                <data
                    android:mimeType="image/*" />

                <data
                    android:mimeType="application/vnd.google.panorama360+jpg" />

                <data
                    android:mimeType="video/mpeg" />

                <data
                    android:mimeType="video/mpeg4" />

                <data
                    android:mimeType="video/mp4" />

                <data
                    android:mimeType="video/3gp" />

                <data
                    android:mimeType="video/3gpp" />

                <data
                    android:mimeType="video/3gpp2" />

                <data
                    android:mimeType="video/webm" />

                <data
                    android:mimeType="video/avi" />

                <data
                    android:mimeType="video/x-matroska" />

                <data
                    android:mimeType="video/quicktime" />
            </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="rtsp" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="android.intent.action.VIEW" />

                <action
                    android:name="com.android.camera.action.REVIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:mimeType="audio/x-mpegurl" />

                <data
                    android:mimeType="audio/mpegurl" />

                <data
                    android:mimeType="application/vnd.apple.mpegurl" />

                <data
                    android:mimeType="application/x-mpegurl" />
            </intent-filter>

            <intent-filter>

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:scheme="content" />

                <data
                    android:scheme="file" />

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:mimeType="vnd.android.cursor.dir/image" />

                <data
                    android:mimeType="vnd.android.cursor.dir/video" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f150c03"
            android:label="Partner Account"
            android:name="com.google.android.apps.photos.partneraccount.grid.PartnerGridActivity"
            android:exported="false"
            android:launchMode="0"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f15074b"
            android:label="@ref/0x7f141070"
            android:name="com.google.android.apps.photos.partneraccount.onboarding.confirm.InviteSummaryConfirmationActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.partneraccount.onboarding.confirm.InviteSummaryConfirmationActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f1410aa"
            android:name="com.google.android.apps.photos.partneraccount.onboarding.v2.autosave.AutoSaveActivity"
            android:exported="false"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f1410aa"
            android:name="com.google.android.apps.photos.partneraccount.onboarding.v2.receive.ReceiveInviteActivity"
            android:exported="false"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f1410aa"
            android:name="com.google.android.apps.photos.partneraccount.onboarding.v2.send.SendInviteActivity"
            android:exported="false"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x20"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f1410aa"
            android:name="com.google.android.apps.photos.partneraccount.onboarding.v2.shareback.ShareBackActivity"
            android:exported="false"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f1502d6"
            android:label="@ref/0x7f1410d8"
            android:name="com.google.android.apps.photos.partneraccount.people.PartnerAccountPeoplePickerActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.partneraccount.receive.deeplink.PartnerSharingInvitationGatewayActivity"
            android:exported="false"
            android:launchMode="2"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:label="@ref/0x7f141100"
            android:name="com.google.android.apps.photos.partneraccount.receive.deeplink.PartnerSharingInvitationGatewayActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.partneraccount.receive.deeplink.PartnerSharingInvitationGatewayActivity"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/partner/.*" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.partneraccount.receive.ReceiverPartnerSharingInviteResponseActivity"
            android:exported="false"
            android:launchMode="1"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true" />

        <service
            android:name="com.google.android.apps.photos.partneraccount.rpc.ReadPartnerMediaJobService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15074a"
            android:label="@ref/0x7f14110e"
            android:name="com.google.android.apps.photos.partneraccount.settings.receiver.ReceiverSettingsActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f15074b"
            android:label="@ref/0x7f14112c"
            android:name="com.google.android.apps.photos.partneraccount.settings.sender.SenderSettingsActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f14110a"
            android:name="com.google.android.apps.photos.partneraccount.settings.PartnerAccountSettingsActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <provider
            android:name="com.google.android.apps.photos.partnercontentprovider.PartnerContentProvider"
            android:exported="true"
            android:authorities="com.google.android.apps.photos.partnercontentprovider"
            android:syncable="false"
            android:grantUriPermissions="true" />

        <activity
            android:theme="@ref/0x7f15074c"
            android:label="@ref/0x7f14114b"
            android:name="com.google.android.apps.photos.peoplepicker.CreationPeoplePickerActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150761"
            android:name="com.google.android.apps.photos.permissions.accessmedialocation.AccessMediaLocationPermissionsCheckActivity"
            android:exported="false"
            android:taskAffinity="com.google.android.apps.photos.permissions.accessmedialocation.PermissionRequest"
            android:noHistory="true"
            android:allowEmbedded="true"
            android:autoRemoveFromRecents="true" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.permissions.required.NoPermissionsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150760"
            android:name="com.google.android.apps.photos.permissions.required.RequiredRuntimePermissionsCheckerActivity"
            android:exported="false"
            android:allowTaskReparenting="true"
            android:noHistory="true"
            android:allowEmbedded="true"
            android:autoRemoveFromRecents="true" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f141168"
            android:name="com.google.android.apps.photos.photoadapteritem.videoplayerbehavior.settings.impl.PhotoGridPlaybackSettingsActivity"
            android:exported="false" />

        <provider
            android:name="com.google.android.apps.photos.photoeditor.cachedfileprovider.impl.CachedFileProvider"
            android:exported="false"
            android:authorities="com.google.android.apps.photos.photoeditor.cachedfileprovider"
            android:syncable="false"
            android:grantUriPermissions="true" />

        <activity
            android:theme="@ref/0x7f150751"
            android:label="@ref/0x7f1411a3"
            android:name="com.google.android.apps.photos.photoeditor.fragments.activity.PhotoEditorActivity"
            android:exported="false"
            android:configChanges="0xf80"
            android:windowSoftInputMode="0x30" />

        <activity
            android:theme="@ref/0x7f150750"
            android:label="@ref/0x7f1411a3"
            android:name="com.google.android.apps.photos.photoeditor.fragments.activity.VideoPhotoEditorActivity"
            android:exported="false"
            android:configChanges="0xf80"
            android:windowSoftInputMode="0x30" />

        <provider
            android:name="com.google.android.apps.photos.photoeditor.localeditcontentprovider.LocalEditContentProvider"
            android:exported="false"
            android:authorities="com.google.android.apps.photos.photoeditor.localeditcontentprovider"
            android:syncable="false"
            android:grantUriPermissions="true" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.photoeditor.promo.deeplink.MallardDeepLinkActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:name="com.google.android.apps.photos.photoeditor.promo.deeplink.MallardDeepLinkActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.photoeditor.promo.deeplink.MallardDeepLinkActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:pathPattern="/link/imageeditor" />

                <data
                    android:pathPattern="/link/magiceditor" />
            </intent-filter>
        </activity-alias>

        <provider
            android:name="com.google.android.apps.photos.photoeditor.renderedimageprovider.RenderedImageContentProvider"
            android:exported="false"
            android:authorities="com.google.android.apps.photos.photoeditor.renderedimagecontentprovider"
            android:syncable="false"
            android:grantUriPermissions="true" />

        <activity
            android:theme="@ref/0x7f150751"
            android:name="com.google.android.apps.photos.photoeditor.suggestionspreview.impl.EditorSuggestionsPreviewActivity"
            android:exported="false"
            android:screenOrientation="1"
            android:configChanges="0xf80" />

        <activity
            android:theme="@ref/0x7f150712"
            android:name="com.google.android.apps.photos.photoframes.albumselection.AlbumSelectionActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.photoframes.devices.PhotoFrameDeviceActivity" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.photoframes.albumselection.deeplink.AmbientDeviceDeeplinkActivity"
            android:exported="false">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:name="com.google.android.apps.photos.photoframes.albumselection.deeplink.AmbientDeviceDeepLinkActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.photoframes.albumselection.deeplink.AmbientDeviceDeeplinkActivity">

            <intent-filter
                android:autoVerify="true">

                <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" />

                <data
                    android:scheme="http" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/settings/device/.*" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f15075e"
            android:label="@ref/0x7f1413f1"
            android:name="com.google.android.apps.photos.photoframes.devices.deeplink.PhotoFrameDeviceDeepLinkActivity"
            android:exported="false">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:label="@ref/0x7f1413f1"
            android:name="com.google.android.apps.photos.photoframes.devices.deeplink.PhotoFrameDeviceDeepLinkActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.photoframes.devices.deeplink.PhotoFrameDeviceDeepLinkActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/photoframedevices" />
            </intent-filter>
        </activity-alias>
hossain-khan commented 2 months ago

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f1413f1"
            android:name="com.google.android.apps.photos.photoframes.devices.PhotoFrameDeviceActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <provider
            android:name="com.google.android.apps.photos.photoprovider.PhotoProvider"
            android:permission="android.permission.MANAGE_DOCUMENTS"
            android:enabled="false"
            android:exported="true"
            android:authorities="com.google.android.apps.photos.photoprovider"
            android:grantUriPermissions="true">

            <intent-filter>

                <action
                    android:name="android.content.action.DOCUMENTS_PROVIDER" />
            </intent-filter>
        </provider>

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.picker.external.ExternalPickerActivity"
            android:exported="true"
            android:resizeableActivity="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="android.intent.action.PICK" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <data
                    android:mimeType="image/*" />

                <data
                    android:mimeType="video/*" />

                <data
                    android:mimeType="vnd.android.cursor.dir/image" />

                <data
                    android:mimeType="vnd.android.cursor.dir/video" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="android.intent.action.GET_CONTENT" />

                <category
                    android:name="android.intent.category.OPENABLE" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <data
                    android:mimeType="image/*" />

                <data
                    android:mimeType="video/*" />

                <data
                    android:mimeType="vnd.android.cursor.dir/image" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f1413fd"
            android:name="com.google.android.apps.photos.picker.impl.CreationPickerActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f1413fd"
            android:name="com.google.android.apps.photos.picker.impl.PickerActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f1413fd"
            android:name="com.google.android.apps.photos.picker.impl.SearchablePickerActivity"
            android:exported="false"
            android:windowSoftInputMode="0x20" />

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f1413fd"
            android:name="com.google.android.apps.photos.picker.impl.PrintingPickerActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f1413fd"
            android:name="com.google.android.apps.photos.picker.impl.StorageSweeperPickerActivity"
            android:exported="false"
            android:screenOrientation="1"
            android:configChanges="0xd80" />

        <receiver
            android:name="com.google.android.apps.photos.pixel.offer.full.PixelOfferReceiver"
            android:enabled="true"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.BOOT_COMPLETED" />

                <action
                    android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150734"
            android:label="@ref/0x7f14142e"
            android:name="com.google.android.apps.photos.printingskus.common.intent.impl.PrintingMenuActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150734"
            android:label="@ref/0x7f14142d"
            android:name="com.google.android.apps.photos.printingskus.common.intent.impl.PrintingAisleMenuActivity"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.printingskus.common.notification.PrintingNotificationHandlingBroadcastReceiver"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f1413fd"
            android:name="com.google.android.apps.photos.printingskus.common.remediation.picker.RemediationPickerActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.printingskus.deeplinks.PrintingDeepLinkGatewayActivity"
            android:exported="false">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.printingskus.deeplinks.PrintingDeepLinkGatewayActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.printingskus.deeplinks.PrintingDeepLinkGatewayActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:pathPattern="/u/.*/printstore/.*" />

                <data
                    android:pathPattern="/u/.*/printstore" />

                <data
                    android:pathPattern="/printstore/.*" />

                <data
                    android:pathPattern="/printstore" />

                <data
                    android:pathPattern="/u/.*/photobooks/.*" />

                <data
                    android:pathPattern="/u/.*/photobooks" />

                <data
                    android:pathPattern="/photobooks/.*" />

                <data
                    android:pathPattern="/photobooks" />

                <data
                    android:pathPattern="/printorder/.*" />

                <data
                    android:pathPattern="/u/.*/printorder/.*" />

                <data
                    android:pathPattern="/u/.*/retailprint/.*" />

                <data
                    android:pathPattern="/u/.*/retailprint" />

                <data
                    android:pathPattern="/retailprint/.*" />

                <data
                    android:pathPattern="/retailprint" />

                <data
                    android:pathPattern="/u/.*/canvas/.*" />

                <data
                    android:pathPattern="/u/.*/canvas" />

                <data
                    android:pathPattern="/canvas/.*" />

                <data
                    android:pathPattern="/canvas" />

                <data
                    android:pathPattern="/u/.*/printseries/.*" />

                <data
                    android:pathPattern="/u/.*/printseries" />

                <data
                    android:pathPattern="/printseries/.*" />

                <data
                    android:pathPattern="/printseries" />

                <data
                    android:pathPattern="/u/.*/kioskprint/.*" />

                <data
                    android:pathPattern="/u/.*/kioskprint" />

                <data
                    android:pathPattern="/kioskprint/.*" />

                <data
                    android:pathPattern="/kioskprint" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.printingskus.kioskprints.ui.pickup.OrderDetailsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.printingskus.kioskprints.ui.KioskPrintsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150752"
            android:name="com.google.android.apps.photos.printingskus.photobook.confirmation.OrderConfirmationActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150752"
            android:label="@ref/0x7f14151b"
            android:name="com.google.android.apps.photos.printingskus.photobook.impl.PrintPhotoBookActivity"
            android:exported="false"
            android:windowSoftInputMode="0x13"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f1413fd"
            android:name="com.google.android.apps.photos.printingskus.photobook.picker.impl.PhotoBookPickerActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150c49"
            android:name="com.google.android.apps.photos.printingskus.photobook.storefront.PhotoBookOrderDetailsActivity"
            android:exported="false"
            android:description="@ref/0x7f1415a0" />

        <activity
            android:theme="@ref/0x7f150712"
            android:name="com.google.android.apps.photos.printingskus.printsubscription.storefront.PrintSubscriptionOrderDetailsActivity"
            android:exported="false"
            android:windowSoftInputMode="0x20" />

        <activity
            android:theme="@ref/0x7f150748"
            android:name="com.google.android.apps.photos.printingskus.printsubscription.ui.PrintSubscriptionActivity"
            android:exported="false"
            android:screenOrientation="1"
            android:windowSoftInputMode="0x20" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.printingskus.retailprints.ui.activity.PhotoPrintsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:name="com.google.android.apps.photos.printingskus.retailprints.ui.checkout.contact.PickupContactActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:name="com.google.android.apps.photos.printingskus.retailprints.ui.orderdetails.PhotoPrintsOrderDetailsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:name="com.google.android.apps.photos.printingskus.retailprints.ui.pickup.OrderDetailsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150747"
            android:name="com.google.android.apps.photos.printingskus.storefront.ui.StorefrontActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150754"
            android:name="com.google.android.apps.photos.printingskus.storefront.ui.SeeAllActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.printingskus.storefront.ui.StorefrontActivity" />

        <activity
            android:theme="@ref/0x7f150764"
            android:label="@ref/0x7f141764"
            android:name="com.google.android.apps.photos.printingskus.wallart.ui.PrintWallArtActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150764"
            android:label="@ref/0x7f14173e"
            android:name="com.google.android.apps.photos.printingskus.wallart.ui.OrderDetailsActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.quotamanagement.celebration.CelebrationActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15073a"
            android:name="com.google.android.apps.photos.quotamanagement.cleanup.SmartCleanupActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.quotamanagement.deeplink.QuotaManagementDeepLinkActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:name="com.google.android.apps.photos.quotamanagement.deeplink.QuotaManagementDeepLinkActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.quotamanagement.deeplink.QuotaManagementDeepLinkActivity">

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:pathPattern="/quotamanagement" />

                <data
                    android:pathPattern="/u/.*/quotamanagement" />

                <data
                    android:pathPattern="/link/backup-options" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.quotamanagement.summary.SummaryActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <service
            android:name="com.google.android.apps.photos.restore.apiservice.PhotosRestoreApiService"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.restore.apiservice.PHOTOS_RESTORE_SERVICE" />
            </intent-filter>
        </service>

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.restore.notification.RestoreNotificationConfirmationDialog"
            android:exported="false"
            android:excludeFromRecents="true"
            android:noHistory="true" />

        <service
            android:name="com.google.android.apps.photos.restore.service.RestoreServiceInternal"
            android:exported="false"
            android:foregroundServiceType="0x1" />

        <receiver
            android:name="com.google.android.apps.photos.restore.service.RestoreRestartReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.apps.photos.scheduler.LpbjWorkSchedulerOnBroadcast"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.PACKAGE_ADDED" />

                <data
                    android:scheme="package" />

                <data
                    android:sspPrefix="com.google.android.apps.photos" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>

        <service
            android:name="com.google.android.apps.photos.scheduler.LowPriorityBackgroundIntentService"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.scheduler.LowPriorityBackgroundJobService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <service
            android:name="com.google.android.apps.photos.scheduler.ExploratoryJobService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:label="@ref/0x7f141821"
            android:name="com.google.android.apps.photos.screenshots.ScreenshotsFolderActivity"
            android:exported="false">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <receiver
            android:name="com.google.android.apps.photos.sdcard.envcache.ExternalStorageStateChangeBroadcastReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.MEDIA_BAD_REMOVAL" />

                <action
                    android:name="android.intent.action.MEDIA_MOUNTED" />

                <action
                    android:name="android.intent.action.MEDIA_REMOVED" />

                <action
                    android:name="android.intent.action.MEDIA_UNMOUNTED" />

                <action
                    android:name="android.intent.action.MEDIA_EJECT" />

                <data
                    android:scheme="file" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150712"
            android:name="com.google.android.apps.photos.sdcard.ui.tutorial.SDCardPermissionTutorialActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.sdk.appconnecting.GalleryConnectionOnboardingActivity"
            android:exported="false">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.sdk.appconnection.GalleryConnectionPromoActivity"
            android:exported="false">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity
            android:theme="@ref/0x7f15073d"
            android:name="com.google.android.apps.photos.search.ellmannchat.clustersbio.ClustersBioActivity"
            android:exported="false"
            android:launchMode="1"
            android:screenOrientation="1"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10"
            android:parentActivityName="com.google.android.apps.photos.search.ellmannchat.AskPhotosActivity" />

        <activity
            android:theme="@ref/0x7f15073d"
            android:name="com.google.android.apps.photos.search.ellmannchat.AskPhotosActivity"
            android:exported="false"
            android:launchMode="1"
            android:screenOrientation="1"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f1418e1"
            android:name="com.google.android.apps.photos.search.ellmannchat.settings.AskPhotosSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.search.ellmannchat.userprovidedfacts.activity.UserProvidedFactsListActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.search.ellmannchat.AskPhotosActivity" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.search.ellmannchat.viewall.ViewAllActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.search.ellmannchat.AskPhotosActivity" />

        <activity
            android:theme="@ref/0x7f150664"
            android:name="com.google.android.apps.photos.search.functional.categorization.CategorizationActivity"
            android:exported="false"
            android:windowSoftInputMode="0x12"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.search.functional.reminders.deeplink.PhotoOneUpDeeplinkGatewayActivity"
            android:exported="true"
            android:launchMode="2">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter
                android:autoVerify="true">

                <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" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/link/photo" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f150757"
            android:name="com.google.android.apps.photos.search.guidedperson.GuidedPersonConfirmationActivity"
            android:exported="true"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.search.SearchActivity"
            android:resizeableActivity="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity
            android:theme="@ref/0x7f150757"
            android:name="com.google.android.apps.photos.search.guidedthings.GuidedThingsConfirmationActivity"
            android:exported="true"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.search.SearchActivity"
            android:resizeableActivity="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity
            android:theme="@ref/0x7f150756"
            android:label="@ref/0x7f141860"
            android:name="com.google.android.apps.photos.search.SearchActivity"
            android:exported="true"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity-alias
            android:label="@ref/0x7f141e6c"
            android:name="com.google.android.apps.photos.search.SearchActivityAlias"
            android:enabled="false"
            android:exported="true"
            android:targetActivity="com.google.android.apps.photos.search.SearchActivity">

            <intent-filter>

                <action
                    android:name="com.google.android.gms.actions.SEARCH_ACTION" />

                <category
                    android:name="android.intent.category.DEFAULT" />
            </intent-filter>

            <intent-filter
                android:autoVerify="true">

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <category
                    android:name="android.intent.category.BROWSABLE" />

                <data
                    android:scheme="http" />

                <data
                    android:scheme="https" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:pathPattern="/search" />

                <data
                    android:pathPattern="/search/.*" />

                <data
                    android:pathPattern="/u/.*/search/.*" />

                <data
                    android:pathPattern="/people" />

                <data
                    android:pathPattern="/u/.*/people" />

                <data
                    android:pathPattern="/oem/.*" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f140203"
            android:name="com.google.android.apps.photos.search.peoplelabeling.PeopleLabelingActivity"
            android:exported="false"
            android:windowSoftInputMode="0x15"
            android:parentActivityName="com.google.android.apps.photos.search.SearchActivity"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150712"
            android:name="com.google.android.apps.photos.secure.unlock.UnlockActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f141ab2"
            android:name="com.google.android.apps.photos.settings.cleangrid.impl.NearDupesSettingsActivity"
            android:exported="false" />

        <receiver
            android:name="com.google.android.apps.photos.settings.connectedapps.AppUninstallBroadcastReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />

                <data
                    android:scheme="package" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f141ad7"
            android:name="com.google.android.apps.photos.settings.faceclustering.advanced.AdvancedFaceClusteringSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141ad7"
            android:name="com.google.android.apps.photos.settings.faceclustering.advanced.AdvancedFaceClusteringSettingsActivityV2"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.settings.hidefaces.ManagePeopleAndPetsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141df0"
            android:name="com.google.android.apps.photos.settings.SettingsActivityV2"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141ab8"
            android:name="com.google.android.apps.photos.settings.CustomizationActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141b40"
            android:name="com.google.android.apps.photos.settings.PrivacyActivity"
            android:exported="false"
            android:launchMode="2"
            android:resizeableActivity="true" />

        <activity-alias
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141b40"
            android:name="com.google.android.apps.photos.settings.PrivacyActivityExternalAppsAlias"
            android:enabled="false"
            android:exported="true"
            android:launchMode="2"
            android:targetActivity="com.google.android.apps.photos.settings.PrivacyActivity"
            android:resizeableActivity="true">

            <intent-filter
                android:autoVerify="true">

                <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" />

                <data
                    android:host="photos.google.com" />

                <data
                    android:path="/login/test" />
            </intent-filter>
        </activity-alias>

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141b5c"
            android:name="com.google.android.apps.photos.settings.SharingActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141afd"
            android:name="com.google.android.apps.photos.settings.InternalActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141ad9"
            android:name="com.google.android.apps.photos.settings.PhotosAboutSettingsActivityV2"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150759"
            android:name="com.google.android.apps.photos.settings.AssistantSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f141b06"
            android:name="com.google.android.apps.photos.settings.NotificationSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141aab"
            android:name="com.google.android.apps.photos.settings.AppsAndDevicesActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f141b1c"
            android:name="com.google.android.apps.photos.settings.LocationSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f141ae1"
            android:name="com.google.android.apps.photos.settings.GooglePhotosAccessSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f141b39"
            android:name="com.google.android.apps.photos.settings.CloudPickerSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150760"
            android:name="com.google.android.apps.photos.settings.CloudPickerSettingsTrampolineActivity"
            android:permission="com.android.providers.media.permission.MANAGE_CLOUD_MEDIA_PROVIDERS"
            android:exported="true"
            android:excludeFromRecents="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="android.content.action.CLOUD_MEDIA_PROVIDER" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f150759"
            android:name="com.google.android.apps.photos.settings.GalleryConnectionSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f141b17"
            android:name="com.google.android.apps.photos.settings.LocationSourcesActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150759"
            android:label="@ref/0x7f141b4d"
            android:name="com.google.android.apps.photos.settings.RawEditingSettingsActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <receiver
            android:name="com.google.android.apps.photos.settings.notifications.PhotosNotificationManager$NotificationAlarmReceiver"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141b5a"
            android:name="com.google.android.apps.photos.settings.sharing.ManageSharingActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141b63"
            android:name="com.google.android.apps.photos.settings.sharing.SharedMemoriesActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141b60"
            android:name="com.google.android.apps.photos.settings.sharing.ConversationsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:label="@ref/0x7f141b7e"
            android:icon="@ref/0x7f110004"
            android:name="com.google.android.apps.photos.setwallpaper.SetWallpaperActivity"
            android:exported="true"
            android:configChanges="0xda0"
            android:logo="@ref/0x7f110004"
            android:resizeableActivity="true"
            android:roundIcon="@ref/0x7f110007">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter
                android:label="@ref/0x7f141b80">

                <action
                    android:name="android.intent.action.ATTACH_DATA" />

                <data
                    android:mimeType="image/*" />

                <category
                    android:name="android.intent.category.DEFAULT" />
            </intent-filter>

            <intent-filter
                android:label="@ref/0x7f141b7e">

                <action
                    android:name="android.intent.action.SET_WALLPAPER" />

                <category
                    android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <service
            android:name="com.google.android.apps.photos.share.apiservice.grpc.PhotosMediaShareService"
            android:exported="true" />

        <activity
            android:theme="@ref/0x7f150c73"
            android:label="@ref/0x7f141b86"
            android:icon="@ref/0x7f080722"
            android:name="com.google.android.apps.photos.share.copylink.CopyLinkActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15073d"
            android:name="com.google.android.apps.photos.share.handler.system.NativeSharesheetReselectionPickerProxyActivity"
            android:exported="false"
            android:launchMode="1" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.share.handler.system.NativeSharesheetByteSharingRefinementActivity"
            android:exported="false"
            android:taskAffinity=""
            android:excludeFromRecents="true"
            android:noHistory="true"
            android:allowEmbedded="true"
            android:autoRemoveFromRecents="true" />

        <activity
            android:theme="@ref/0x7f150733"
            android:name="com.google.android.apps.photos.share.handler.system.NativeSharesheetLinkSharingRefinementActivity"
            android:exported="false"
            android:taskAffinity=""
            android:excludeFromRecents="true"
            android:noHistory="true"
            android:allowEmbedded="true"
            android:autoRemoveFromRecents="true" />

        <activity
            android:theme="@ref/0x7f150733"
            android:name="com.google.android.apps.photos.share.handler.system.NativeSharesheetFirstPartySharingActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10" />

        <activity
            android:theme="@ref/0x7f150281"
            android:name="com.google.android.apps.photos.share.handler.system.NativeShareSheetLinkSharingActionChipActivity"
            android:exported="false"
            android:noHistory="true" />

        <activity
            android:theme="@ref/0x7f150281"
            android:name="com.google.android.apps.photos.share.handler.system.NativeShareSheetAddToAlbumActionChipActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15073d"
            android:name="com.google.android.apps.photos.share.handler.system.NativeSharesheetCreateAlbumActionChipActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150281"
            android:name="com.google.android.apps.photos.share.handler.system.NativeSharesheetEnvelopeSettingsActivity"
            android:exported="false"
            android:launchMode="1"
            android:noHistory="true" />

        <receiver
            android:name="com.google.android.apps.photos.share.handler.system.SharesheetBroadcastReceiver"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.share.handler.sharesheet_broadcast" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150749"
            android:name="com.google.android.apps.photos.share.interstitial.ShareIntentInterstitialActivity"
            android:enabled="true"
            android:exported="true"
            android:taskAffinity=""
            android:excludeFromRecents="true"
            android:launchMode="0"
            android:noHistory="true"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:allowEmbedded="true"
            android:autoRemoveFromRecents="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.share.SHARE_PREVIEW" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.share.invite.InviteActivity"
            android:exported="false"
            android:launchMode="1">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f141c10"
            android:name="com.google.android.apps.photos.share.partnersuggestion.helppage.PartnerSuggestionHelpPageActivity"
            android:exported="false"
            android:launchMode="1"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150733"
            android:name="com.google.android.apps.photos.share.sendkit.impl.SendKitPartnerSharingActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10" />

        <activity
            android:theme="@ref/0x7f150733"
            android:name="com.google.android.apps.photos.share.sendkit.sharingshortcuts.SendKitSharingShortcutsActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10" />

        <activity
            android:theme="@ref/0x7f15073b"
            android:label="@ref/0x7f141bef"
            android:name="com.google.android.apps.photos.share.SharouselActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10" />

        <activity
            android:theme="@ref/0x7f150735"
            android:label="@ref/0x7f141bef"
            android:name="com.google.android.apps.photos.share.BottomSheetShareActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10" />

        <provider
            android:label="@ref/0x7f140872"
            android:name="com.google.android.apps.photos.share.sharousel.contentprovider.SharouselContentProvider"
            android:exported="false"
            android:authorities="com.google.android.apps.photos.SharouselContentProvider"
            android:syncable="false"
            android:grantUriPermissions="true" />

        <activity
            android:theme="@ref/0x7f150712"
            android:label="@ref/0x7f141cb7"
            android:name="com.google.android.apps.photos.sharingshortcuts.settings.SharingShortcutsSettingsActivity"
            android:exported="false"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.sharingtab.destination.impl.SharingDestinationActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.sharingtab.impl.suggestionsview.SuggestionsBacklogActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.sharingtab.managesharedlinks.ManageSharedLinksActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150745"
            android:label="@ref/0x7f141d23"
            android:name="com.google.android.apps.photos.sharingtab.picker.impl.ReviewPickerActivity"
            android:exported="false"
            android:windowSoftInputMode="0x11" />

        <activity
            android:theme="@ref/0x7f15075e"
            android:label="Select recipient"
            android:name="com.google.android.apps.photos.sharingtab.picker.impl.SelectClusterContactActivity"
            android:exported="false"
            android:windowSoftInputMode="0x10" />

        <activity
            android:theme="@ref/0x7f150739"
            android:label="@ref/0x7f141d51"
            android:name="com.google.android.apps.photos.sharingtab.sharehub.sharedalbums.SharedAlbumsActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <service
            android:name="com.google.android.apps.photos.slideshow.SlideshowService"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150c8d"
            android:name="com.google.android.apps.photos.stories.StoryViewActivity"
            android:exported="false"
            android:windowSoftInputMode="0x13"
            android:resizeableActivity="true" />

        <activity
            android:theme="@ref/0x7f15075a"
            android:name="com.google.android.apps.photos.stories.share.StoryShareActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x20" />

        <activity
            android:theme="@ref/0x7f150735"
            android:name="com.google.android.apps.photos.stories.share.StoryShareSheetActivity"
            android:exported="false"
            android:configChanges="0xd80" />

        <activity
            android:theme="@ref/0x7f150770"
            android:name="com.google.android.apps.photos.suggestedrotations.SuggestedRotationsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f15073a"
            android:label="@ref/0x7f141ebd"
            android:name="com.google.android.apps.photos.trash.ui.TrashPhotosActivity"
            android:exported="false"
            android:configChanges="0xd80"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity"
            android:resizeableActivity="true" />

        <activity
            android:label="ReportAbuseActivity"
            android:name="com.google.android.libraries.abuse.reporting.ReportAbuseActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.update.treatment.UpdateAppTreatmentPromoPageActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.updateshub.UpdatesHubActivity"
            android:exported="false"
            android:launchMode="1"
            android:configChanges="0xd80"
            android:windowSoftInputMode="0x10"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150c95"
            android:label="@ref/0x7f141f47"
            android:name="com.google.android.apps.photos.upload.intent.UploadContentActivity"
            android:exported="true"
            android:resizeableActivity="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="android.intent.action.SEND" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <data
                    android:mimeType="application/vnd.google.panorama360+jpg" />

                <data
                    android:mimeType="image/*" />

                <data
                    android:mimeType="video/*" />
            </intent-filter>

            <intent-filter>

                <action
                    android:name="android.intent.action.SEND_MULTIPLE" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <data
                    android:mimeType="application/vnd.google.panorama360+jpg" />

                <data
                    android:mimeType="image/*" />

                <data
                    android:mimeType="video/*" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f150762"
            android:name="com.google.android.apps.photos.utilities.UtilitiesActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <activity
            android:theme="@ref/0x7f150763"
            android:name="com.google.android.apps.photos.videoeditor.partner.PartnerVideoStabilizeEditActivity"
            android:exported="true"
            android:launchMode="1"
            android:configChanges="0xd80">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="com.google.android.apps.photos.editor.STABILIZE" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <data
                    android:mimeType="video/mp4"
                    android:scheme="content" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f15065f"
            android:label="@ref/0x7f141f99"
            android:name="com.google.android.apps.photos.vrviewer.v2.cardboard.CardboardActivity"
            android:exported="true"
            android:screenOrientation="0"
            android:configChanges="0x16e0">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="com.google.intent.category.CARDBOARD" />

                <category
                    android:name="com.google.intent.category.DAYDREAM" />

                <category
                    android:name="com.google.intent.category.DAYDREAM_CONTROLLER_OPTIONAL" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f150749"
            android:label="@ref/0x7f141f99"
            android:name="com.google.android.apps.photos.vrviewer.v2.VrViewerActivity"
            android:exported="false"
            android:configChanges="0x4a0" />

        <service
            android:name="com.google.android.apps.photos.watchface.preview.OpenPhotosWatchFaceConfigurationWearableListenerService"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="com.google.android.gms.wearable.MESSAGE_RECEIVED" />

                <data
                    android:scheme="wear"
                    android:host="*"
                    android:pathPrefix="/configure_photos_watch_face/v1" />
            </intent-filter>
        </service>

        <activity
            android:theme="@ref/0x7f150760"
            android:name="com.google.android.apps.photos.watchface.preview.WatchFacePreviewTrampolineActivity"
            android:exported="true"
            android:taskAffinity=""
            android:excludeFromRecents="true"
            android:noHistory="true"
            android:allowEmbedded="true"
            android:autoRemoveFromRecents="true">

            <intent-filter>

                <action
                    android:name="androidx.wear.watchface.editor.action.WATCH_FACE_EDITOR" />

                <category
                    android:name="com.google.android.wearable.watchface.category.COMPANION_CONFIGURATION" />

                <category
                    android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f150739"
            android:name="com.google.android.apps.photos.watchface.preview.WatchFacePreviewActivity"
            android:exported="false"
            android:taskAffinity="">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <activity
            android:theme="@ref/0x7f150745"
            android:name="com.google.android.apps.photos.welcomescreens.WelcomeFlowActivity"
            android:exported="false"
            android:parentActivityName="com.google.android.apps.photos.home.HomeActivity" />

        <receiver
            android:label="@ref/0x7f141fc5"
            android:name="com.google.android.apps.photos.widget.people.WidgetProviderPeoplePets"
            android:enabled="true"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="android.appwidget.action.APPWIDGET_UPDATE" />
            </intent-filter>

            <meta-data
                android:name="android.appwidget.provider"
                android:resource="@ref/0x7f18001f" />
        </receiver>

        <activity
            android:theme="@ref/0x7f150760"
            android:name="com.google.android.apps.photos.widget.pinning.MemoriesWidgetPinningActivity"
            android:exported="false"
            android:excludeFromRecents="true"
            android:noHistory="true"
            android:resizeableActivity="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <receiver
            android:name="com.google.android.apps.photos.widget.pinning.WidgetPinnedReceiver"
            android:exported="false" />

        <receiver
            android:label="@ref/0x7f141fc1"
            android:name="com.google.android.apps.photos.widget.WidgetProvider"
            android:enabled="true"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="android.appwidget.action.APPWIDGET_UPDATE" />
            </intent-filter>

            <meta-data
                android:name="android.appwidget.provider"
                android:resource="@ref/0x7f18001e" />
        </receiver>

        <activity
            android:theme="@ref/0x7f15075e"
            android:name="com.google.android.apps.photos.widget.WidgetAccountChooserActivity"
            android:exported="true">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />

            <intent-filter>

                <action
                    android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f15073d"
            android:name="com.google.android.apps.photos.widget.WidgetShapeSelectorActivity"
            android:exported="false"
            android:screenOrientation="4">

            <meta-data
                android:name="WindowManagerPreference:FreeformWindowSize"
                android:value="system-default" />
        </activity>

        <receiver
            android:name="com.google.android.apps.photos.widget.WidgetClickHandlerReceiver"
            android:enabled="true"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150765"
            android:name="com.google.android.play.core.common.PlayCoreDialogWrapperActivity"
            android:exported="false"
            android:stateNotNeeded="true" />

        <activity
            android:name="com.google.android.gms.gmscompliance.ui.UncertifiedDeviceActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x1030010"
            android:name="com.google.android.gms.common.api.GoogleApiActivity"
            android:exported="false" />

        <meta-data
            android:name="com.google.android.gms.version"
            android:value="@ref/0x7f0c0044" />

        <service
            android:name="com.google.firebase.components.ComponentDiscoveryService"
            android:exported="false">

            <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.analytics.connector.internal.AnalyticsConnectorRegistrar"
                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" />

            <meta-data
                android:name="com.google.firebase.components:com.google.firebase.iid.Registrar"
                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.messaging.FirebaseMessagingRegistrar"
                android:value="com.google.firebase.components.ComponentRegistrar" />
        </service>

        <uses-library
            android:name="org.apache.http.legacy"
            android:required="false" />

        <service
            android:name="com.google.android.libraries.directboot.DirectBootHelperService"
            android:enabled="false"
            android:exported="false"
            android:process=""
            android:directBootAware="false" />

        <receiver
            android:name="com.google.android.libraries.notifications.entrypoints.blockstatechanged.BlockStateChangedReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.app.action.APP_BLOCK_STATE_CHANGED" />

                <action
                    android:name="android.app.action.NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED" />

                <action
                    android:name="android.app.action.NOTIFICATION_CHANNEL_GROUP_BLOCK_STATE_CHANGED" />
            </intent-filter>
        </receiver>

        <service
            android:name="com.google.android.libraries.notifications.entrypoints.scheduled.ScheduledTaskService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <receiver
            android:name="com.google.android.libraries.notifications.entrypoints.systemtray.SystemTrayBroadcastReceiver"
            android:exported="false" />

        <activity
            android:theme="@ref/0x1030010"
            android:name="com.google.android.libraries.notifications.entrypoints.systemtray.SystemTrayActivity"
            android:exported="false" />

        <receiver
            android:name="com.google.android.libraries.notifications.platform.entrypoints.accountchanged.AccountChangedReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
            </intent-filter>
        </receiver>

        <service
            android:name="com.google.android.libraries.notifications.platform.entrypoints.firebase.FirebaseMessagingServiceImpl"
            android:exported="false">

            <intent-filter>

                <action
                    android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>

        <receiver
            android:name="com.google.android.libraries.notifications.platform.entrypoints.localechanged.LocaleChangedReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.LOCALE_CHANGED" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.libraries.notifications.platform.entrypoints.push.PushReceiver"
            android:permission="com.google.android.c2dm.permission.SEND"
            android:exported="true">

            <intent-filter
                android:priority="99">

                <action
                    android:name="com.google.android.c2dm.intent.RECEIVE" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.libraries.notifications.platform.entrypoints.restart.RestartReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.libraries.notifications.platform.entrypoints.timezonechanged.TimezoneChangedReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.TIMEZONE_CHANGED" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.libraries.notifications.platform.entrypoints.update.UpdateReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>

        <service
            android:name="com.google.android.libraries.notifications.platform.executor.impl.GnpExecutorApiService"
            android:exported="false" />

        <activity
            android:theme="@ref/0x1030010"
            android:name="com.google.android.libraries.onegoogle.accountmanagement.AddAccountActivity"
            android:exported="false" />

        <receiver
            android:name="com.google.android.libraries.performance.primes.transmitter.LifeboatReceiver"
            android:exported="false"
            android:process=":primes_lifeboat" />

        <receiver
            android:name="com.google.android.libraries.phenotype.client.stable.AccountRemovedBroadcastReceiver"
            android:exported="true"
            android:process="">

            <intent-filter>

                <action
                    android:name="android.accounts.action.ACCOUNT_REMOVED" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.libraries.phenotype.client.stable.PhenotypeUpdateBackgroundBroadcastReceiver"
            android:permission="com.google.android.gms.permission.PHENOTYPE_UPDATE_BROADCAST"
            android:exported="true"
            android:process="">

            <intent-filter>

                <action
                    android:name="com.google.android.gms.phenotype.UPDATE" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f15037f"
            android:label="@ref/0x7f141fe3"
            android:name="com.google.android.libraries.places.widget.AutocompleteActivity"
            android:exported="false"
            android:windowSoftInputMode="0x10" />

        <meta-data
            android:name="com.google.android.play.billingclient.version"
            android:value="7.0.0" />

        <activity
            android:theme="@ref/0x1030010"
            android:name="com.android.billingclient.api.ProxyBillingActivity"
            android:exported="false"
            android:configChanges="0x5b0" />

        <activity
            android:theme="@ref/0x1030010"
            android:name="com.android.billingclient.api.ProxyBillingActivityV2"
            android:exported="false"
            android:configChanges="0x5b0" />

        <service
            android:name="com.google.android.libraries.social.albumupload.impl.UploadSchedulerService"
            android:enabled="true"
            android:exported="false" />

        <service
            android:name="com.google.android.libraries.social.async.BackgroundTaskService"
            android:exported="false" />

        <service
            android:name="com.google.android.libraries.social.async.BackgroundTaskJobService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150766"
            android:label="@ref/0x7f1400cf"
            android:name="com.google.android.libraries.social.debug.settings.DeveloperSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x7f150766"
            android:label="@ref/0x7f1420aa"
            android:name="com.google.android.libraries.social.debug.settings.TracingSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x103006e"
            android:name="com.google.android.libraries.social.debug.settings.TracingTokenQrCodeActivity"
            android:exported="true">

            <meta-data
                android:name="native_handler"
                android:value="true" />

            <intent-filter>

                <action
                    android:name="android.intent.action.VIEW" />

                <category
                    android:name="android.intent.category.DEFAULT" />

                <data
                    android:scheme="gplus"
                    android:host="app"
                    android:path="/apiaryTrace" />
            </intent-filter>
        </activity>

        <activity
            android:theme="@ref/0x7f1506b8"
            android:label="@ref/0x7f140177"
            android:name="com.google.android.libraries.social.ingest.IngestActivity"
            android:exported="true"
            android:taskAffinity="com.google.android.libraries.social.ingest.IngestActivity"
            android:launchMode="3"
            android:configChanges="0x480">

            <intent-filter>

                <action
                    android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
            </intent-filter>

            <meta-data
                android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
                android:resource="@ref/0x7f180014" />
        </activity>

        <service
            android:name="com.google.android.libraries.social.ingest.IngestService"
            android:exported="false"
            android:foregroundServiceType="0x10" />

        <receiver
            android:name="com.google.android.libraries.social.jobscheduler.JobSchedulerOnPackageUpgrade"
            android:enabled="@ref/0x7f050029"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.libraries.social.jobscheduler.JobSchedulerOnBootComplete"
            android:enabled="@ref/0x7f050029"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f15064c"
            android:label="@ref/0x7f141fff"
            android:name="com.google.android.libraries.social.licenses.LicenseMenuActivity"
            android:exported="true" />

        <activity
            android:theme="@ref/0x7f15064c"
            android:label="@ref/0x7f141fff"
            android:name="com.google.android.libraries.social.licenses.LicenseActivity"
            android:exported="false" />

        <receiver
            android:name="com.google.android.libraries.social.mediamonitor.MediaMonitor"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="com.android.camera.NEW_PICTURE" />

                <action
                    android:name="android.hardware.action.NEW_PICTURE" />

                <action
                    android:name="android.hardware.action.NEW_VIDEO" />

                <data
                    android:mimeType="image/*" />

                <data
                    android:mimeType="video/*" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.libraries.social.mediamonitor.AlarmReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="com.google.android.libraries.social.mediamonitor.FIRE_ALARM" />
            </intent-filter>
        </receiver>

        <service
            android:name="com.google.android.libraries.social.mediamonitor.BackgroundThreadNotifierIntentService"
            android:exported="false" />

        <service
            android:name="com.google.android.libraries.social.mediamonitor.MediaMonitorJobSchedulerService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:exported="false" />

        <receiver
            android:name="com.google.android.libraries.social.mediastoresync.reset.impl.MediaStoreClearedReceiver"
            android:enabled="true"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.PACKAGE_DATA_CLEARED" />

                <data
                    android:scheme="package" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="com.google.android.libraries.social.peoplekit.thirdparty.viewcontrollers.ThirdPartyReceiver"
            android:exported="true">

            <intent-filter>

                <action
                    android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />

                <action
                    android:name="android.intent.action.PACKAGE_REMOVED" />

                <data
                    android:scheme="package" />
            </intent-filter>
        </receiver>

        <activity
            android:theme="@ref/0x7f150766"
            android:label="@ref/0x7f140026"
            android:name="com.google.android.libraries.social.settings.about.AboutSettingsActivity"
            android:exported="false" />

        <activity
            android:theme="@ref/0x1030128"
            android:name="com.google.android.libraries.stitch.incompat.PlatformBugActivity"
            android:exported="false"
            android:process=":corrupted_install"
            android:stateNotNeeded="true"
            android:launchMode="3" />

        <activity
            android:theme="@ref/0x7f150508"
            android:name="com.google.android.libraries.surveys.internal.view.SurveyActivity"
            android:exported="false"
            android:process="@ref/0x7f14206c"
            android:excludeFromRecents="true"
            android:launchMode="1"
            android:configChanges="0x5a0"
            android:windowSoftInputMode="0x10">

            <meta-data
                android:name="distractionOptimized"
                android:value="true" />
        </activity>

        <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>

        <service
            android:name="android.net.http.MetaDataHolder"
            android:enabled="false"
            android:exported="false">

            <meta-data
                android:name="android.net.http.EnableTelemetry"
                android:value="true" />
        </service>

        <service
            android:name="androidx.room.MultiInstanceInvalidationService"
            android:exported="false"
            android:directBootAware="true" />

        <uses-library
            android:name="wear-sdk"
            android:required="false" />

        <uses-library
            android:name="androidx.window.extensions"
            android:required="false" />

        <uses-library
            android:name="androidx.window.sidecar"
            android:required="false" />

        <service
            android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
            android:enabled="@ref/0x7f050003"
            android:exported="false"
            android:directBootAware="false" />

        <service
            android:name="androidx.work.impl.background.systemjob.SystemJobService"
            android:permission="android.permission.BIND_JOB_SERVICE"
            android:enabled="@ref/0x7f050005"
            android:exported="true"
            android:directBootAware="false" />

        <service
            android:name="androidx.work.impl.foreground.SystemForegroundService"
            android:enabled="@ref/0x7f050004"
            android:exported="false"
            android:directBootAware="false" />

        <receiver
            android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"
            android:enabled="true"
            android:exported="false"
            android:directBootAware="false" />

        <receiver
            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
            android:enabled="false"
            android:exported="false"
            android:directBootAware="false">

            <intent-filter>

                <action
                    android:name="android.intent.action.ACTION_POWER_CONNECTED" />

                <action
                    android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
            android:enabled="false"
            android:exported="false"
            android:directBootAware="false">

            <intent-filter>

                <action
                    android:name="android.intent.action.BATTERY_OKAY" />

                <action
                    android:name="android.intent.action.BATTERY_LOW" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
            android:enabled="false"
            android:exported="false"
            android:directBootAware="false">

            <intent-filter>

                <action
                    android:name="android.intent.action.DEVICE_STORAGE_LOW" />

                <action
                    android:name="android.intent.action.DEVICE_STORAGE_OK" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
            android:enabled="false"
            android:exported="false"
            android:directBootAware="false">

            <intent-filter>

                <action
                    android:name="android.net.conn.CONNECTIVITY_CHANGE" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver"
            android:enabled="false"
            android:exported="false"
            android:directBootAware="false">

            <intent-filter>

                <action
                    android:name="android.intent.action.BOOT_COMPLETED" />

                <action
                    android:name="android.intent.action.TIME_SET" />

                <action
                    android:name="android.intent.action.TIMEZONE_CHANGED" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
            android:enabled="@ref/0x7f050003"
            android:exported="false"
            android:directBootAware="false">

            <intent-filter>

                <action
                    android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
            </intent-filter>
        </receiver>

        <receiver
            android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver"
            android:permission="android.permission.DUMP"
            android:enabled="true"
            android:exported="true"
            android:directBootAware="false">

            <intent-filter>

                <action
                    android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS" />
            </intent-filter>
        </receiver>

        <uses-native-library
            android:name="libOpenCL.so"
            android:required="false" />

        <uses-native-library
            android:name="libOpenCL-car.so"
            android:required="false" />

        <uses-native-library
            android:name="libOpenCL-pixel.so"
            android:required="false" />

        <service
            android:name="com.google.android.build.data.PropertiesServiceHolder"
            android:enabled="false"
            android:exported="false"
            android:process="">

            <intent-filter>

                <action
                    android:name="com.google.android.build.data.Properties" />
            </intent-filter>

            <meta-data
                android:name="com.google.android.build.data.properties"
                android:resource="@ref/0x7f130000" />
        </service>

        <meta-data
            android:name="com.android.dynamic.apk.fused.modules"
            android:value="base" />

        <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_STANDALONE_APK" />

        <meta-data
            android:name="com.android.vending.splits"
            android:resource="@ref/0x7f180020" />

        <meta-data
            android:name="com.android.vending.derived.apk.id"
            android:value="2" />
    </application>
</manifest>
hossain-khan commented 2 months ago

The Android Manifest XML file you provided includes 50 services defined within it.

Here are the services defined in the Android Manifest XML file you provided:

  1. com.google.android.gms.metadata.ModuleDependencies
  2. com.google.android.libraries.phenotype.registration.PhenotypeMetadataHolderService
  3. com.google.android.apps.photos.account.full.SyncAccountsForLoginService
  4. com.google.android.apps.photos.actionqueue.OnlineActionJobsService
  5. com.google.android.apps.photos.actionqueue.impl.OnlineActionService
  6. com.google.android.apps.photos.backup.apiservice.extensions.BackupExtensionsApiService
  7. com.google.android.apps.photos.backup.apiservice.grpc.PhotosBackupGrpcService
  8. com.google.android.apps.photos.backup.apiservice.hybridrestore.HybridRestoreApiService
  9. com.google.android.apps.photos.backup.apiservice.PhotosBackupApiService
  10. com.google.android.apps.photos.backup.apiservice.PhotosCustomBackupApiService
  11. com.google.android.apps.photos.backup.apiservice.sdk.PhotosSdkBackupApiService
  12. com.google.android.apps.photos.backup.core.AutobackupJobService
  13. com.google.android.apps.photos.backup.persistentstatus.UploadStatusNotificationForegroundService
  14. com.google.android.apps.photos.backup.video.impl.VideoCompressionJobService
  15. com.google.android.apps.photos.backup.video.impl.VideoCompressionNotificationForegroundService
  16. com.google.android.apps.photos.cameraassistant.CameraAssistantService
  17. com.google.android.apps.photos.cast.impl.CastPresentationService
  18. com.google.android.apps.photos.cloudstorage.promo.clifford.GuidedBrokenStateExperienceDay1Activity
  19. com.google.android.apps.photos.cloudstorage.recoverstorage.RecoverStorageActivity
  20. com.google.android.apps.photos.cloudstorage.storagesweeper.SwipeActivity
  21. com.google.android.apps.photos.cloudstorage.ui.exitpathoptions.ExitPathOptionsActivity
  22. com.google.android.apps.photos.daydream.PhotosDreamService
  23. com.google.android.apps.photos.dbprocessor.impl.DatabaseProcessorService
  24. com.google.android.apps.photos.dbprocessor.impl.DatabaseProcessorJobService
  25. com.google.android.apps.photos.devicemanagement.foregroundservice.impl.FreeUpSpaceForegroundService
  26. com.google.android.apps.photos.devicemanagement.overdrive.DeletionService
  27. com.google.android.apps.photos.devicemanagement.service.DeviceManagementService
  28. com.google.android.apps.photos.devicemanagement.service.DeviceManagementJobService
  29. com.google.android.apps.photos.diskcache.cacheresize.CacheResizeReceiver
  30. com.google.android.apps.photos.download.PhotosDownloadReceiver
  31. com.google.android.apps.photos.editor.intents.EditActivity
  32. com.google.android.apps.photos.jobqueue.JobsActionIntentService
  33. com.google.android.apps.photos.jobqueue.PhotosJobQueueJobsService
  34. com.google.android.apps.photos.jobqueue.PhotosOfflineJobQueueJobsService
  35. com.google.android.apps.photos.localization.LocaleChangedReceiver
  36. com.google.android.apps.photos.mars.auth.MarsReauthActivity
  37. com.google.android.apps.photos.mapexplore.deeplink.MapExploreDeepLinkGatewayActivity
  38. com.google.android.apps.photos.mapexplore.ui.MapExploreActivity
  39. com.google.android.apps.photos.network.download.DownloadIntentService
  40. com.google.android.apps.photos.notification.NotificationReceiver
  41. com.google.android.apps.photos.notification.phenotype.NotificationPhenotypeJobService
  42. com.google.android.apps.photos.notification.promo.PromoIntentReceiver
  43. com.google.android.apps.photos.notification.wearable.WearableNotificationReceiver
  44. com.google.android.apps.photos.partner.notifications.PartnerNotificationService
  45. com.google.android.apps.photos.photodetail.PhotoDetailIntentService
  46. com.google.android.apps.photos.photonux.onboarding.NuxIntentService
  47. com.google.android.apps.photos.remote.data.loader.RemoteDataService
  48. com.google.android.apps.photos.remote.photo.RemotePhotoService
  49. com.google.android.apps.photos.remotelocal.photos.RemoteLocalPhotosService
  50. com.google.android.apps.photos.resolver.ResolverService

This list includes all the services defined in your manifest file.

hossain-khan commented 2 months ago

Based on the service names, the following services could be related to uploading photos and checking if new photo files are available:

  1. com.google.android.apps.photos.backup.apiservice.PhotosBackupApiService: This service likely handles the core functionality of backing up photos, which includes uploading them.

  2. com.google.android.apps.photos.backup.core.AutobackupJobService: This service may be responsible for automatically backing up photos, which would involve both detecting new photo files and uploading them.

  3. com.google.android.apps.photos.backup.persistentstatus.UploadStatusNotificationForegroundService: This service is likely related to uploading photos and managing the status notifications related to uploads.

  4. com.google.android.apps.photos.backup.video.impl.VideoCompressionJobService: While specifically named for videos, this service could be related to preparing media files, including photos, for upload.

  5. com.google.android.apps.photos.backup.apiservice.PhotosCustomBackupApiService: This service might handle custom or specific photo backup tasks, which could include detecting and uploading new photos.

These services are likely involved in the processes related to uploading photos and monitoring for new photo files based on their names.

hossain-khan commented 2 months ago

Here is the exported status of the services related to uploading photos and checking if new photo files are available:

  1. com.google.android.apps.photos.backup.apiservice.PhotosBackupApiService

    • Exported: Yes
  2. com.google.android.apps.photos.backup.core.AutobackupJobService

    • Exported: No
  3. com.google.android.apps.photos.backup.persistentstatus.UploadStatusNotificationForegroundService

    • Exported: No
  4. com.google.android.apps.photos.backup.video.impl.VideoCompressionJobService

    • Exported: No
  5. com.google.android.apps.photos.backup.apiservice.PhotosCustomBackupApiService

    • Exported: Yes

So, out of these services, PhotosBackupApiService and PhotosCustomBackupApiService are exported, while the others are not.

hossain-khan commented 2 months ago

photos-manifest.txt Attached manifest file.