Changes of com.discord v1325
							
								
								
									
										263
									
								
								com.discord/AndroidManifest.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,263 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" android:installLocation="auto" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
 | 
			
		||||
    <uses-feature android:name="android.hardware.camera" android:required="false"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.faketouch" android:required="false"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.microphone" android:required="false"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
 | 
			
		||||
    <uses-permission android:name="com.android.vending.BILLING"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.BLUETOOTH"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.BROADCAST_STICKY"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.INTERNET"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.CAMERA"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.RECORD_AUDIO"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.VIBRATE"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.WAKE_LOCK"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
 | 
			
		||||
    <permission android:description="@string/app_permission_connect_desc" android:label="@string/app_permission_connect_label" android:name="com.discord.permission.CONNECT" android:protectionLevel="dangerous"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.camera.any" android:required="false"/>
 | 
			
		||||
    <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.camera.front" android:required="false"/>
 | 
			
		||||
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
 | 
			
		||||
    <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
 | 
			
		||||
    <application android:allowBackup="false" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_logo_square" android:label="@string/discord" android:largeHeap="true" android:name="com.discord.app.App" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_logo_round" android:supportsRtl="true" android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="@bool/use_cleartext_traffic">
 | 
			
		||||
        <activity android:name="com.discord.samsung.SamsungConnectActivity" android:theme="@style/AppTheme.Translucent"/>
 | 
			
		||||
        <activity android:name="com.discord.app.AppActivity" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Dark" android:windowSoftInputMode="adjustResize|stateHidden"/>
 | 
			
		||||
        <activity android:exported="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$Main" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.MAIN"/>
 | 
			
		||||
                <category android:name="android.intent.category.LAUNCHER"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
                <category android:name="android.intent.category.BROWSABLE"/>
 | 
			
		||||
                <data android:host="*.discord.com" android:pathPattern="/app" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/app" android:scheme="https"/>
 | 
			
		||||
                <data android:host="*.discord.com" android:pathPattern="/gifts/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/gifts/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="*.discord.com" android:pathPattern="/invite/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/invite/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/invite/.*" android:scheme="http"/>
 | 
			
		||||
                <data android:host="*.discord.com" android:pathPattern="/template/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/template/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/template/.*" android:scheme="http"/>
 | 
			
		||||
                <data android:host="*.discord.com" android:pathPattern="/channels/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/channels/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/channels/.*" android:scheme="http"/>
 | 
			
		||||
                <data android:host="*.discord.com" android:pathPattern="/users/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/users/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="*.discord.com" android:pathPattern="/feature/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/feature/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/query/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="*.discord.com" android:pathPattern="/query/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/ra/.*" android:scheme="http"/>
 | 
			
		||||
                <data android:host="discord.com" android:pathPattern="/ra/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="*.discordapp.com" android:pathPattern="/app" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/app" android:scheme="https"/>
 | 
			
		||||
                <data android:host="*.discordapp.com" android:pathPattern="/gifts/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/gifts/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="*.discordapp.com" android:pathPattern="/invite/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/invite/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/invite/.*" android:scheme="http"/>
 | 
			
		||||
                <data android:host="*.discordapp.com" android:pathPattern="/template/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/template/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/template/.*" android:scheme="http"/>
 | 
			
		||||
                <data android:host="*.discordapp.com" android:pathPattern="/channels/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/channels/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/channels/.*" android:scheme="http"/>
 | 
			
		||||
                <data android:host="*.discordapp.com" android:pathPattern="/users/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/users/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/ra/.*" android:scheme="http"/>
 | 
			
		||||
                <data android:host="discordapp.com" android:pathPattern="/ra/.*" android:scheme="https"/>
 | 
			
		||||
            </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:host="app" android:pathPattern="/.*" android:scheme="discord"/>
 | 
			
		||||
                <data android:host="discord.gift" android:pathPattern="/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.gift" android:pathPattern="/.*" android:scheme="http"/>
 | 
			
		||||
                <data android:host="discord.gg" android:pathPattern="/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.gg" android:pathPattern="/.*" android:scheme="http"/>
 | 
			
		||||
                <data android:host="discord.new" android:pathPattern="/.*" android:scheme="https"/>
 | 
			
		||||
                <data android:host="discord.new" android:pathPattern="/.*" android:scheme="http"/>
 | 
			
		||||
            </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:host="action" android:pathPattern="/oauth2/authorize" android:scheme="discord"/>
 | 
			
		||||
                <data android:host="action" android:pathPattern="/connect/authorize" android:scheme="discord"/>
 | 
			
		||||
            </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:host="discord.com" android:pathPattern="/connect/authorize" android:scheme="https"/>
 | 
			
		||||
                <data android:host="*.discord.com" android:pathPattern="/connect/authorize" android:scheme="https"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
            <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
 | 
			
		||||
        </activity>
 | 
			
		||||
        <activity android:excludeFromRecents="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$Call"/>
 | 
			
		||||
        <activity android:excludeFromRecents="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$IncomingCall" android:showOnLockScreen="true" android:showWhenLocked="true" android:turnScreenOn="true"/>
 | 
			
		||||
        <activity android:exported="true" android:label="@string/discord" android:launchMode="standard" android:name="com.discord.app.AppActivity$AppAction" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.discord.intent.action.SDK"/>
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
                <category android:name="android.intent.category.OPENABLE"/>
 | 
			
		||||
                <data android:host="sdk" android:pathPattern="/.*" android:scheme="discord"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.SEND"/>
 | 
			
		||||
                <action android:name="android.intent.action.SEND_MULTIPLE"/>
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
                <category android:name="android.intent.category.OPENABLE"/>
 | 
			
		||||
                <data android:mimeType="*/*"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
            <meta-data android:name="android.service.chooser.chooser_target_service" android:value="androidx.sharetarget.ChooserTargetServiceCompat"/>
 | 
			
		||||
        </activity>
 | 
			
		||||
        <activity android:exported="true" android:name="com.facebook.flipper.android.diagnostics.FlipperDiagnosticActivity"/>
 | 
			
		||||
        <service android:exported="false" android:name="com.discord.utilities.fcm.NotificationClient$FCMMessagingService">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.google.firebase.MESSAGING_EVENT"/>
 | 
			
		||||
                <action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </service>
 | 
			
		||||
        <service android:exported="true" android:name="com.discord.app.DiscordConnectService" android:permission="com.discord.permission.CONNECT">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.discord.intent.action.CONNECT"/>
 | 
			
		||||
                <data android:host="app" android:pathPattern="/connect/.*" android:scheme="discord"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </service>
 | 
			
		||||
        <service android:exported="false" android:name="com.discord.utilities.voice.DiscordOverlayService"/>
 | 
			
		||||
        <meta-data android:name="com.discord.features.FLAG" android:value="1"/>
 | 
			
		||||
        <service android:name="com.discord.utilities.games.GameDetectionService"/>
 | 
			
		||||
        <meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/asset_default_avatar_64dp"/>
 | 
			
		||||
        <meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/brand_500"/>
 | 
			
		||||
        <receiver android:exported="false" android:name="com.discord.utilities.fcm.NotificationActions">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.discord.intent.action.ENQUEUE_WORK"/>
 | 
			
		||||
                <action android:name="com.discord.intent.action.NOTIFICATION_DELETED"/>
 | 
			
		||||
                <action android:name="com.discord.intent.action.NOTIFICATION_CANCEL"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <receiver android:exported="true" android:name="com.discord.utilities.io.NetworkUtils$NetworkDownloadReceiver">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.DOWNLOAD_COMPLETE"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <service android:foregroundServiceType="mediaProjection" android:name="com.discord.utilities.voice.VoiceEngineForegroundService"/>
 | 
			
		||||
        <provider android:authorities="com.discord.file-provider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
 | 
			
		||||
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
 | 
			
		||||
        </provider>
 | 
			
		||||
        <meta-data android:name="firebase_crashlytics_collection_enabled" android:value="true"/>
 | 
			
		||||
        <meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
 | 
			
		||||
        <meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/>
 | 
			
		||||
        <meta-data android:name="libdiscord_version" android:value="3.0.0-include-receiver-reports"/>
 | 
			
		||||
        <activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
 | 
			
		||||
        <provider android:authorities="com.discord.firebaseperfprovider" android:exported="false" android:initOrder="101" android:name="com.google.firebase.perf.provider.FirebasePerfProvider"/>
 | 
			
		||||
        <service android:directBootAware="true" android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService">
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.perf.FirebasePerfRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.ktx.FirebaseMessagingKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.iid.Registrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.ktx.FirebaseAnalyticsKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.crashlytics.ndk.CrashlyticsNdkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.crashlytics.CrashlyticsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.remoteconfig.RemoteConfigRegistrar" 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.ktx.FirebaseCommonKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.abt.component.AbtRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
        </service>
 | 
			
		||||
        <service android:name="androidx.sharetarget.ChooserTargetServiceCompat" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.service.chooser.ChooserTargetService"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </service>
 | 
			
		||||
        <receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsReceiver"/>
 | 
			
		||||
        <service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsService"/>
 | 
			
		||||
        <service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
 | 
			
		||||
        <service android:directBootAware="true" android:exported="false" android:name="com.google.firebase.messaging.FirebaseMessagingService">
 | 
			
		||||
            <intent-filter android:priority="-500">
 | 
			
		||||
                <action android:name="com.google.firebase.MESSAGING_EVENT"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </service>
 | 
			
		||||
        <receiver android:exported="true" android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.google.android.c2dm.intent.RECEIVE"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <activity android:exported="false" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
 | 
			
		||||
        <receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementReceiver"/>
 | 
			
		||||
        <service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementService"/>
 | 
			
		||||
        <service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
 | 
			
		||||
        <provider android:authorities="com.discord.firebaseinitprovider" android:directBootAware="true" android:exported="false" android:initOrder="100" android:name="com.google.firebase.provider.FirebaseInitProvider"/>
 | 
			
		||||
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
 | 
			
		||||
        <provider android:authorities="com.discord.workmanager-init" android:directBootAware="false" android:exported="false" android:multiprocess="true" android:name="androidx.work.impl.WorkManagerInitializer"/>
 | 
			
		||||
        <service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
 | 
			
		||||
        <service android:directBootAware="false" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
 | 
			
		||||
        <service android:directBootAware="false" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:name="androidx.work.impl.foreground.SystemForegroundService"/>
 | 
			
		||||
        <receiver android:directBootAware="false" android:enabled="true" android:exported="false" android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"/>
 | 
			
		||||
        <receiver android:directBootAware="false" android:enabled="false" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy">
 | 
			
		||||
            <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:directBootAware="false" android:enabled="false" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.BATTERY_OKAY"/>
 | 
			
		||||
                <action android:name="android.intent.action.BATTERY_LOW"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <receiver android:directBootAware="false" android:enabled="false" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy">
 | 
			
		||||
            <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:directBootAware="false" android:enabled="false" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <receiver android:directBootAware="false" android:enabled="false" android:exported="false" android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver">
 | 
			
		||||
            <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:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <receiver android:directBootAware="false" android:enabled="true" android:exported="true" android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" android:permission="android.permission.DUMP">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <service android:exported="false" android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery">
 | 
			
		||||
            <meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct"/>
 | 
			
		||||
        </service>
 | 
			
		||||
        <service android:exported="false" android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE"/>
 | 
			
		||||
        <receiver android:exported="false" android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver"/>
 | 
			
		||||
        <service android:directBootAware="true" android:exported="false" android:name="androidx.room.MultiInstanceInvalidationService"/>
 | 
			
		||||
        <meta-data android:name="com.google.android.play.billingclient.version" android:value="3.0.0"/>
 | 
			
		||||
        <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" android:name="com.android.billingclient.api.ProxyBillingActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
 | 
			
		||||
        <meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
 | 
			
		||||
    </application>
 | 
			
		||||
</manifest>
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
kotlinx.coroutines.android.AndroidExceptionPreHandler
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
kotlinx.coroutines.android.AndroidDispatcherFactory
 | 
			
		||||
							
								
								
									
										86
									
								
								com.discord/apktool.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,86 @@
 | 
			
		|||
!!brut.androlib.meta.MetaInfo
 | 
			
		||||
apkFileName: com.discord-1325.apk
 | 
			
		||||
compressionType: false
 | 
			
		||||
doNotCompress:
 | 
			
		||||
- resources.arsc
 | 
			
		||||
- jpg
 | 
			
		||||
- png
 | 
			
		||||
- jpeg
 | 
			
		||||
- mp3
 | 
			
		||||
isFrameworkApk: false
 | 
			
		||||
packageInfo:
 | 
			
		||||
  forcedPackageId: '127'
 | 
			
		||||
  renameManifestPackage: null
 | 
			
		||||
sdkInfo:
 | 
			
		||||
  minSdkVersion: '21'
 | 
			
		||||
  targetSdkVersion: '29'
 | 
			
		||||
sharedLibrary: false
 | 
			
		||||
sparseResources: false
 | 
			
		||||
unknownFiles:
 | 
			
		||||
  DebugProbesKt.bin: '8'
 | 
			
		||||
  billing-ktx.properties: '8'
 | 
			
		||||
  billing.properties: '8'
 | 
			
		||||
  firebase-abt.properties: '8'
 | 
			
		||||
  firebase-analytics-ktx.properties: '8'
 | 
			
		||||
  firebase-analytics.properties: '8'
 | 
			
		||||
  firebase-appindexing.properties: '8'
 | 
			
		||||
  firebase-common-ktx.properties: '8'
 | 
			
		||||
  firebase-common.properties: '8'
 | 
			
		||||
  firebase-components.properties: '8'
 | 
			
		||||
  firebase-config.properties: '8'
 | 
			
		||||
  firebase-crashlytics-ndk.properties: '8'
 | 
			
		||||
  firebase-crashlytics.properties: '8'
 | 
			
		||||
  firebase-datatransport.properties: '8'
 | 
			
		||||
  firebase-dynamic-links.properties: '8'
 | 
			
		||||
  firebase-encoders-json.properties: '8'
 | 
			
		||||
  firebase-encoders.properties: '8'
 | 
			
		||||
  firebase-iid-interop.properties: '8'
 | 
			
		||||
  firebase-iid.properties: '8'
 | 
			
		||||
  firebase-installations-interop.properties: '8'
 | 
			
		||||
  firebase-installations.properties: '8'
 | 
			
		||||
  firebase-measurement-connector.properties: '8'
 | 
			
		||||
  firebase-messaging-ktx.properties: '8'
 | 
			
		||||
  firebase-messaging.properties: '8'
 | 
			
		||||
  firebase-perf.properties: '8'
 | 
			
		||||
  play-services-ads-identifier.properties: '8'
 | 
			
		||||
  play-services-analytics-impl.properties: '8'
 | 
			
		||||
  play-services-analytics.properties: '8'
 | 
			
		||||
  play-services-base.properties: '8'
 | 
			
		||||
  play-services-basement.properties: '8'
 | 
			
		||||
  play-services-clearcut.properties: '8'
 | 
			
		||||
  play-services-cloud-messaging.properties: '8'
 | 
			
		||||
  play-services-measurement-api.properties: '8'
 | 
			
		||||
  play-services-measurement-base.properties: '8'
 | 
			
		||||
  play-services-measurement-impl.properties: '8'
 | 
			
		||||
  play-services-measurement-sdk-api.properties: '8'
 | 
			
		||||
  play-services-measurement-sdk.properties: '8'
 | 
			
		||||
  play-services-measurement.properties: '8'
 | 
			
		||||
  play-services-nearby.properties: '8'
 | 
			
		||||
  play-services-phenotype.properties: '8'
 | 
			
		||||
  play-services-safetynet.properties: '8'
 | 
			
		||||
  play-services-stats.properties: '8'
 | 
			
		||||
  play-services-tagmanager-v4-impl.properties: '8'
 | 
			
		||||
  play-services-tasks.properties: '8'
 | 
			
		||||
  protolite-well-known-types.properties: '8'
 | 
			
		||||
  transport-api.properties: '8'
 | 
			
		||||
  transport-backend-cct.properties: '8'
 | 
			
		||||
  transport-runtime.properties: '8'
 | 
			
		||||
  google/protobuf/any.proto: '8'
 | 
			
		||||
  google/protobuf/api.proto: '8'
 | 
			
		||||
  google/protobuf/empty.proto: '8'
 | 
			
		||||
  google/protobuf/field_mask.proto: '8'
 | 
			
		||||
  google/protobuf/source_context.proto: '8'
 | 
			
		||||
  google/protobuf/struct.proto: '8'
 | 
			
		||||
  google/protobuf/timestamp.proto: '8'
 | 
			
		||||
  google/protobuf/type.proto: '8'
 | 
			
		||||
  google/protobuf/wrappers.proto: '8'
 | 
			
		||||
  okhttp3/internal/publicsuffix/NOTICE: '8'
 | 
			
		||||
  okhttp3/internal/publicsuffix/publicsuffixes.gz: '8'
 | 
			
		||||
usesFramework:
 | 
			
		||||
  ids:
 | 
			
		||||
  - 1
 | 
			
		||||
  tag: null
 | 
			
		||||
version: 2.4.2-83a459-SNAPSHOT
 | 
			
		||||
versionInfo:
 | 
			
		||||
  versionCode: '1325'
 | 
			
		||||
  versionName: '48.9'
 | 
			
		||||
							
								
								
									
										1
									
								
								com.discord/assets/animations/anim_boost_activated.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1
									
								
								com.discord/assets/animations/anim_verify_by_email.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1
									
								
								com.discord/assets/animations/anim_verify_by_phone.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1
									
								
								com.discord/assets/data/canadian-provinces.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
[{"label":"Alberta","value":"AB"},{"label":"British Columbia","value":"BC"},{"label":"Manitoba","value":"MB"},{"label":"New Brunswick","value":"NB"},{"label":"Newfoundland and Labrador","value":"NL"},{"label":"Nova Scotia","value":"NS"},{"label":"Ontario","value":"ON"},{"label":"Prince Edward Island","value":"PE"},{"label":"Quebec","value":"QC"},{"label":"Saskatchewan","value":"SK"},{"label":"Northwest Territories","value":"NT"},{"label":"Nunavut","value":"NU"},{"label":"Yukon","value":"YT"}]
 | 
			
		||||
							
								
								
									
										255
									
								
								com.discord/assets/data/emoji-shortcuts.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,255 @@
 | 
			
		|||
[
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "angry",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ">:(",
 | 
			
		||||
      ">:-(",
 | 
			
		||||
      ">=(",
 | 
			
		||||
      ">=-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "blush",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":\")",
 | 
			
		||||
      ":-\")",
 | 
			
		||||
      "=\")",
 | 
			
		||||
      "=-\")"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "broken_heart",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "</3",
 | 
			
		||||
      "<\\3"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "confused",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":-\\",
 | 
			
		||||
      ":-/",
 | 
			
		||||
      "=-\\",
 | 
			
		||||
      "=-/"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "cry",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":'(",
 | 
			
		||||
      ":'-(",
 | 
			
		||||
      ":,(",
 | 
			
		||||
      ":,-(",
 | 
			
		||||
      "='(",
 | 
			
		||||
      "='-(",
 | 
			
		||||
      "=,(",
 | 
			
		||||
      "=,-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "frowning",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":(",
 | 
			
		||||
      ":-(",
 | 
			
		||||
      "=(",
 | 
			
		||||
      "=-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "heart",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "<3",
 | 
			
		||||
      "♡"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "imp",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "]:(",
 | 
			
		||||
      "]:-(",
 | 
			
		||||
      "]=(",
 | 
			
		||||
      "]=-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "innocent",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "o:)",
 | 
			
		||||
      "O:)",
 | 
			
		||||
      "o:-)",
 | 
			
		||||
      "O:-)",
 | 
			
		||||
      "0:)",
 | 
			
		||||
      "0:-)",
 | 
			
		||||
      "o=)",
 | 
			
		||||
      "O=)",
 | 
			
		||||
      "o=-)",
 | 
			
		||||
      "O=-)",
 | 
			
		||||
      "0=)",
 | 
			
		||||
      "0=-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "joy",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":')",
 | 
			
		||||
      ":'-)",
 | 
			
		||||
      ":,)",
 | 
			
		||||
      ":,-)",
 | 
			
		||||
      ":'D",
 | 
			
		||||
      ":'-D",
 | 
			
		||||
      ":,D",
 | 
			
		||||
      ":,-D",
 | 
			
		||||
      "=')",
 | 
			
		||||
      "='-)",
 | 
			
		||||
      "=,)",
 | 
			
		||||
      "=,-)",
 | 
			
		||||
      "='D",
 | 
			
		||||
      "='-D",
 | 
			
		||||
      "=,D",
 | 
			
		||||
      "=,-D"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "kissing",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":*",
 | 
			
		||||
      ":-*",
 | 
			
		||||
      "=*",
 | 
			
		||||
      "=-*"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "laughing",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "x-)",
 | 
			
		||||
      "X-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "neutral_face",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":|",
 | 
			
		||||
      ":-|",
 | 
			
		||||
      "=|",
 | 
			
		||||
      "=-|"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "open_mouth",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":o",
 | 
			
		||||
      ":-o",
 | 
			
		||||
      ":O",
 | 
			
		||||
      ":-O",
 | 
			
		||||
      "=o",
 | 
			
		||||
      "=-o",
 | 
			
		||||
      "=O",
 | 
			
		||||
      "=-O"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "rage",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":@",
 | 
			
		||||
      ":-@",
 | 
			
		||||
      "=@",
 | 
			
		||||
      "=-@"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "smile",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":D",
 | 
			
		||||
      ":-D",
 | 
			
		||||
      "=D",
 | 
			
		||||
      "=-D"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "slight_smile",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":)",
 | 
			
		||||
      ":-)",
 | 
			
		||||
      "=)",
 | 
			
		||||
      "=-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "smiling_imp",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "]:)",
 | 
			
		||||
      "]:-)",
 | 
			
		||||
      "]=)",
 | 
			
		||||
      "]=-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "sob",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":,'(",
 | 
			
		||||
      ":,'-(",
 | 
			
		||||
      ";(",
 | 
			
		||||
      ";-(",
 | 
			
		||||
      "=,'(",
 | 
			
		||||
      "=,'-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "stuck_out_tongue",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":P",
 | 
			
		||||
      ":-P",
 | 
			
		||||
      "=P",
 | 
			
		||||
      "=-P"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "sunglasses",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "8-)",
 | 
			
		||||
      "B-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "sweat",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ",:(",
 | 
			
		||||
      ",:-(",
 | 
			
		||||
      ",=(",
 | 
			
		||||
      ",=-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "sweat_smile",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ",:)",
 | 
			
		||||
      ",:-)",
 | 
			
		||||
      ",=)",
 | 
			
		||||
      ",=-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "unamused",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":s",
 | 
			
		||||
      ":-S",
 | 
			
		||||
      ":z",
 | 
			
		||||
      ":-Z",
 | 
			
		||||
      ":$",
 | 
			
		||||
      ":-$",
 | 
			
		||||
      "=s",
 | 
			
		||||
      "=-S",
 | 
			
		||||
      "=z",
 | 
			
		||||
      "=-Z",
 | 
			
		||||
      "=$",
 | 
			
		||||
      "=-$"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "wink",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ";)",
 | 
			
		||||
      ";-)"
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
]
 | 
			
		||||
							
								
								
									
										31694
									
								
								com.discord/assets/data/emojis.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1
									
								
								com.discord/assets/data/states.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
[{"label":"Alabama","value":"AL"},{"label":"Alaska","value":"AK"},{"label":"American Samoa","value":"AS"},{"label":"Arizona","value":"AZ"},{"label":"Arkansas","value":"AR"},{"label":"Armed Forces: Americas","value":"AA"},{"label":"Armed Forces: Europe","value":"AE"},{"label":"Armed Forces: Pacific","value":"AP"},{"label":"California","value":"CA"},{"label":"Colorado","value":"CO"},{"label":"Connecticut","value":"CT"},{"label":"Delaware","value":"DE"},{"label":"District Of Columbia","value":"DC"},{"label":"Federated States Of Micronesia","value":"FM"},{"label":"Florida","value":"FL"},{"label":"Georgia","value":"GA"},{"label":"Guam","value":"GU"},{"label":"Hawaii","value":"HI"},{"label":"Idaho","value":"ID"},{"label":"Illinois","value":"IL"},{"label":"Indiana","value":"IN"},{"label":"Iowa","value":"IA"},{"label":"Kansas","value":"KS"},{"label":"Kentucky","value":"KY"},{"label":"Louisiana","value":"LA"},{"label":"Maine","value":"ME"},{"label":"Marshall Islands","value":"MH"},{"label":"Maryland","value":"MD"},{"label":"Massachusetts","value":"MA"},{"label":"Michigan","value":"MI"},{"label":"Minnesota","value":"MN"},{"label":"Mississippi","value":"MS"},{"label":"Missouri","value":"MO"},{"label":"Montana","value":"MT"},{"label":"Nebraska","value":"NE"},{"label":"Nevada","value":"NV"},{"label":"New Hampshire","value":"NH"},{"label":"New Jersey","value":"NJ"},{"label":"New Mexico","value":"NM"},{"label":"New York","value":"NY"},{"label":"North Carolina","value":"NC"},{"label":"North Dakota","value":"ND"},{"label":"Northern Mariana Islands","value":"MP"},{"label":"Ohio","value":"OH"},{"label":"Oklahoma","value":"OK"},{"label":"Oregon","value":"OR"},{"label":"Palau","value":"PW"},{"label":"Pennsylvania","value":"PA"},{"label":"Puerto Rico","value":"PR"},{"label":"Rhode Island","value":"RI"},{"label":"South Carolina","value":"SC"},{"label":"South Dakota","value":"SD"},{"label":"Tennessee","value":"TN"},{"label":"Texas","value":"TX"},{"label":"Utah","value":"UT"},{"label":"Vermont","value":"VT"},{"label":"Virgin Islands","value":"VI"},{"label":"Virginia","value":"VA"},{"label":"Washington","value":"WA"},{"label":"West Virginia","value":"WV"},{"label":"Wisconsin","value":"WI"},{"label":"Wyoming","value":"WY"}]
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/default_avatar_0.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 7.6 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/default_avatar_1.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 6.2 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/default_avatar_2.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 7.4 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/default_avatar_3.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 8.8 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/default_avatar_4.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 8.9 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/default_avatar_clyde.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 18 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/default_hash.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 4.6 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/default_icon.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 12 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/default_icon_selected.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 12 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/default_mention.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 31 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/group_dm_icon_0.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.3 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/group_dm_icon_1.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.3 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/group_dm_icon_2.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.6 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/group_dm_icon_3.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.4 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/group_dm_icon_4.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.3 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/group_dm_icon_5.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.4 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/group_dm_icon_6.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.3 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/group_dm_icon_7.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.3 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/images/system_user_avatar.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 3.7 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/thz/Small_16k.thw
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/thz/Small_8k.thw
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/thz/VAD_weight.thw
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/assets/thz/c6.xs.f.ca03f4.thw
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										1
									
								
								com.discord/assets/where_did_the_cat_go.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
https://www.reddit.com/r/discordapp/comments/dlkvza/theres_a_cute_catdog_image_hidden_inside_the/
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								com.discord/kotlin/annotation/annotation.kotlin_builtins
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/kotlin/collections/collections.kotlin_builtins
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/kotlin/coroutines/coroutines.kotlin_builtins
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/kotlin/internal/internal.kotlin_builtins
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/kotlin/kotlin.kotlin_builtins
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/kotlin/ranges/ranges.kotlin_builtins
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/kotlin/reflect/reflect.kotlin_builtins
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/arm64-v8a/libcrashlytics.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/arm64-v8a/libdiscord.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/arm64-v8a/libdsti.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/arm64-v8a/libgifimage.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/arm64-v8a/libimagepipeline.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/arm64-v8a/libkrisp_wrapper.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/arm64-v8a/libnative-filters.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/arm64-v8a/libnative-imagetranscoder.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/arm64-v8a/libstatic-webp.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/armeabi-v7a/libcrashlytics.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/armeabi-v7a/libdiscord.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/armeabi-v7a/libdsti.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/armeabi-v7a/libgifimage.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/armeabi-v7a/libimagepipeline.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/armeabi-v7a/libkrisp_wrapper.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/armeabi-v7a/libnative-filters.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/armeabi-v7a/libnative-imagetranscoder.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/armeabi-v7a/libstatic-webp.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86/libcrashlytics.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86/libdiscord.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86/libdsti.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86/libgifimage.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86/libimagepipeline.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86/libkrisp_wrapper.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86/libnative-filters.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86/libnative-imagetranscoder.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86/libstatic-webp.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86_64/libcrashlytics.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86_64/libdiscord.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86_64/libdsti.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86_64/libgifimage.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86_64/libimagepipeline.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86_64/libkrisp_wrapper.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86_64/libnative-filters.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86_64/libnative-imagetranscoder.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/lib/x86_64/libstatic-webp.so
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								com.discord/original/AndroidManifest.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										3
									
								
								com.discord/res/anim/abc_fade_in.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<alpha android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromAlpha="0.0" android:toAlpha="1.0"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android" />
 | 
			
		||||
							
								
								
									
										3
									
								
								com.discord/res/anim/abc_fade_out.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<alpha android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromAlpha="1.0" android:toAlpha="0.0"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android" />
 | 
			
		||||
							
								
								
									
										6
									
								
								com.discord/res/anim/abc_grow_fade_in_from_bottom.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<set android:shareInterpolator="false"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
    <scale android:interpolator="@android:anim/decelerate_interpolator" android:duration="@integer/abc_config_activityDefaultDur" android:pivotX="50.0%" android:pivotY="100.0%" android:fromXScale="0.9" android:toXScale="1.0" android:fromYScale="0.9" android:toYScale="1.0" />
 | 
			
		||||
    <alpha android:interpolator="@android:anim/decelerate_interpolator" android:duration="@integer/abc_config_activityShortDur" android:fromAlpha="0.0" android:toAlpha="1.0" />
 | 
			
		||||
</set>
 | 
			
		||||
							
								
								
									
										5
									
								
								com.discord/res/anim/abc_popup_enter.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<set android:shareInterpolator="false"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
    <alpha android:interpolator="@android:anim/decelerate_interpolator" android:duration="@integer/abc_config_activityShortDur" android:fromAlpha="0.0" android:toAlpha="1.0" />
 | 
			
		||||
</set>
 | 
			
		||||
							
								
								
									
										5
									
								
								com.discord/res/anim/abc_popup_exit.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<set android:shareInterpolator="false"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
    <alpha android:interpolator="@android:anim/decelerate_interpolator" android:duration="@integer/abc_config_activityShortDur" android:fromAlpha="1.0" android:toAlpha="0.0" />
 | 
			
		||||
</set>
 | 
			
		||||
							
								
								
									
										6
									
								
								com.discord/res/anim/abc_shrink_fade_out_from_bottom.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<set android:shareInterpolator="false"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
    <scale android:interpolator="@android:anim/decelerate_interpolator" android:duration="@integer/abc_config_activityDefaultDur" android:pivotX="50.0%" android:pivotY="100.0%" android:fromXScale="1.0" android:toXScale="0.9" android:fromYScale="1.0" android:toYScale="0.9" />
 | 
			
		||||
    <alpha android:interpolator="@android:anim/decelerate_interpolator" android:duration="@integer/abc_config_activityShortDur" android:fromAlpha="1.0" android:toAlpha="0.0" />
 | 
			
		||||
</set>
 | 
			
		||||
							
								
								
									
										3
									
								
								com.discord/res/anim/abc_slide_in_bottom.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<translate android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="50.0%p" android:toYDelta="0.0"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android" />
 | 
			
		||||
							
								
								
									
										3
									
								
								com.discord/res/anim/abc_slide_in_top.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<translate android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="-50.0%p" android:toYDelta="0.0"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android" />
 | 
			
		||||
							
								
								
									
										3
									
								
								com.discord/res/anim/abc_slide_out_bottom.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<translate android:interpolator="@android:anim/accelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0.0" android:toYDelta="50.0%p"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android" />
 | 
			
		||||
							
								
								
									
										3
									
								
								com.discord/res/anim/abc_slide_out_top.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<translate android:interpolator="@android:anim/accelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0.0" android:toYDelta="-50.0%p"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android" />
 | 
			
		||||
							
								
								
									
										3
									
								
								com.discord/res/anim/abc_tooltip_enter.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<alpha android:interpolator="@android:interpolator/decelerate_quad" android:duration="@integer/config_tooltipAnimTime" android:fromAlpha="0.0" android:toAlpha="1.0"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android" />
 | 
			
		||||
							
								
								
									
										3
									
								
								com.discord/res/anim/abc_tooltip_exit.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<alpha android:interpolator="@android:interpolator/accelerate_quad" android:duration="@integer/config_tooltipAnimTime" android:fromAlpha="1.0" android:toAlpha="0.0"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android" />
 | 
			
		||||
							
								
								
									
										5
									
								
								com.discord/res/anim/activity_fade_close_in.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<set android:interpolator="@android:interpolator/accelerate_decelerate"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
    <alpha android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="1.0" />
 | 
			
		||||
</set>
 | 
			
		||||
							
								
								
									
										5
									
								
								com.discord/res/anim/activity_fade_close_out.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
    <alpha android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="0.0" />
 | 
			
		||||
</set>
 | 
			
		||||
							
								
								
									
										5
									
								
								com.discord/res/anim/activity_fade_open_in.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
    <alpha android:duration="@integer/animation_time_standard" android:fromAlpha="0.0" android:toAlpha="1.0" />
 | 
			
		||||
</set>
 | 
			
		||||
							
								
								
									
										5
									
								
								com.discord/res/anim/activity_fade_open_out.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<set android:interpolator="@android:interpolator/accelerate_decelerate"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
    <alpha android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="1.0" />
 | 
			
		||||
</set>
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<set android:interpolator="@android:interpolator/accelerate_decelerate"
 | 
			
		||||
  xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
    <translate android:duration="@integer/animation_time_standard" android:fromXDelta="-100.0%" android:toXDelta="0.0%" />
 | 
			
		||||
</set>
 | 
			
		||||