Compare commits
11 Commits
f3960ee359
...
v15.0.0-co
| Author | SHA1 | Date | |
|---|---|---|---|
| 9632b7770b | |||
| 7438e7efeb | |||
| b22e8c5308 | |||
| e8a5cbcd7e | |||
| 6ffa31962e | |||
| 8f2e2f78f3 | |||
| aa65c34683 | |||
| c5253880a0 | |||
| 3d380d3c6b | |||
| 5bf771f4c1 | |||
| c25e937818 |
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="36" android:compileSdkVersionCodename="16" android:installLocation="auto" package="com.ea.games.r3_row" platformBuildVersionCode="36" platformBuildVersionName="16">
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="36" android:compileSdkVersionCodename="16" android:installLocation="auto" package="com.ea.games.r3_row" platformBuildVersionCode="36" platformBuildVersionName="16">
|
||||
<uses-permission android:maxSdkVersion="23" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:maxSdkVersion="23" android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.CAMERA"/>
|
||||
@@ -79,11 +78,15 @@
|
||||
<permission android:name="com.ea.games.r3_row.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature"/>
|
||||
<uses-permission android:name="com.ea.games.r3_row.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"/>
|
||||
<application android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:banner="@string/icon_name_tv_row" android:dataExtractionRules="@xml/backup_android12" android:extractNativeLibs="false" android:fullBackupContent="@xml/backup_legacy" android:hardwareAccelerated="true" android:icon="@string/icon_name_row" android:isGame="true" android:label="@string/app_name" android:largeHeap="true" android:localeConfig="@xml/locale_config" android:name="androidx.multidex.MultiDexApplication" android:networkSecurityConfig="@xml/network_security_config" android:resizeableActivity="false" android:roundIcon="@string/icon_name_round_row" android:screenOrientation="sensorLandscape" android:supportsRtl="true" android:theme="@style/splashScreenTheme" android:usesCleartextTraffic="false" android:windowSoftInputMode="adjustNothing">
|
||||
<activity android:alwaysRetainTaskState="true" android:configChanges="keyboard|keyboardHidden|orientation|uiMode|screenSize|smallestScreenSize" android:exported="true" android:hardwareAccelerated="true" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.firemint.realracing.UnpackAssetsActivity" android:screenOrientation="sensorLandscape" android:theme="@style/splashScreenTheme">
|
||||
<!-- ServerSelectionActivity: Community Edition server/mode selector (NEW LAUNCHER) -->
|
||||
<activity android:exported="true" android:name="com.firemint.realracing.ServerSelectionActivity" android:screenOrientation="sensorLandscape" android:theme="@style/splashScreenTheme">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- UnpackAssetsActivity: No longer the launcher, now called by MainActivity -->
|
||||
<activity android:alwaysRetainTaskState="true" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="true" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.firemint.realracing.UnpackAssetsActivity" android:screenOrientation="sensorLandscape" android:theme="@style/splashScreenTheme">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.apps.plus.VIEW_DEEP_LINK"/>
|
||||
<data android:scheme="vnd.google.deeplink"/>
|
||||
@@ -93,7 +96,8 @@
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:alwaysRetainTaskState="true" android:configChanges="keyboard|keyboardHidden|orientation|uiMode|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.firemint.realracing.MainActivity" android:screenOrientation="sensorLandscape" android:theme="@style/splashScreenTheme"/>
|
||||
<activity android:alwaysRetainTaskState="true" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="true" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.firemint.realracing.MainActivity" android:screenOrientation="sensorLandscape" android:theme="@style/splashScreenTheme"/>
|
||||
<activity android:name="com.firemint.realracing.SettingsActivity" android:label="RR3 Settings" android:theme="@android:style/Theme.Black.NoTitleBar" android:screenOrientation="portrait"/>
|
||||
<property android:name="android.adservices.AD_SERVICES_CONFIG" android:resource="@xml/gma_ad_services_config"/>
|
||||
<provider android:authorities="com.ea.games.r3_row.fileprovider" 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"/>
|
||||
@@ -167,26 +171,26 @@
|
||||
<meta-data android:name="firebase_performance_logcat_enabled" android:value="false"/>
|
||||
<receiver android:exported="false" android:name="com.vungle.warren.NetworkProviderReceiver"/>
|
||||
<provider android:authorities="com.ea.games.r3_row.applovininitprovider" android:exported="false" android:initOrder="101" android:name="com.applovin.sdk.AppLovinInitProvider"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:exported="false" android:hardwareAccelerated="true" android:launchMode="singleTop" android:name="com.applovin.adview.AppLovinFullscreenActivity" android:screenOrientation="behind" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.sdk.AppLovinWebViewActivity"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.hybridAds.MaxHybridMRecAdActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.hybridAds.MaxHybridNativeAdActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerDetailActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerMultiAdActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerAdUnitsListActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerAdUnitWaterfallsListActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerAdUnitDetailActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerCmpNetworksListActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerTcfConsentStatusesListActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerTcfInfoListActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerTcfStringActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerTestLiveNetworkActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerTestModeNetworkActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerUnifiedFlowActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.mediation.MaxDebuggerWaterfallSegmentsActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.creative.MaxCreativeDebuggerActivity" android:theme="@style/com.applovin.creative.CreativeDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="locale|keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:name="com.applovin.creative.MaxCreativeDebuggerDisplayedAdActivity" android:theme="@style/com.applovin.creative.CreativeDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="true" android:launchMode="singleTop" android:name="com.applovin.adview.AppLovinFullscreenActivity" android:screenOrientation="behind" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.sdk.AppLovinWebViewActivity"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.hybridAds.MaxHybridMRecAdActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.hybridAds.MaxHybridNativeAdActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerDetailActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerMultiAdActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerAdUnitsListActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerAdUnitWaterfallsListActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerAdUnitDetailActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerCmpNetworksListActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerTcfConsentStatusesListActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerTcfInfoListActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerTcfStringActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerTestLiveNetworkActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerTestModeNetworkActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerUnifiedFlowActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.mediation.MaxDebuggerWaterfallSegmentsActivity" android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.creative.MaxCreativeDebuggerActivity" android:theme="@style/com.applovin.creative.CreativeDebuggerActivity.Theme"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:name="com.applovin.creative.MaxCreativeDebuggerDisplayedAdActivity" android:theme="@style/com.applovin.creative.CreativeDebuggerActivity.Theme"/>
|
||||
<service android:exported="false" android:name="com.applovin.impl.adview.activity.FullscreenAdService" android:stopWithTask="false"/>
|
||||
<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:name="com.facebook.ads.AudienceNetworkActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
||||
<provider android:authorities="com.ea.games.r3_row.AudienceNetworkContentProvider" android:exported="false" android:name="com.facebook.ads.AudienceNetworkContentProvider"/>
|
||||
@@ -217,11 +221,11 @@
|
||||
</receiver>
|
||||
<activity android:configChanges="keyboardHidden|orientation|screenSize" android:hardwareAccelerated="true" android:name="com.tapjoy.TJAdUnitActivity" android:theme="@style/TranslucentTheme"/>
|
||||
<activity android:configChanges="keyboardHidden|orientation|screenSize" android:hardwareAccelerated="true" android:name="com.tapjoy.TJWebViewActivity" android:theme="@style/TranslucentTheme"/>
|
||||
<activity android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:exported="false" android:hardwareAccelerated="true" android:name="com.unity3d.services.ads.adunit.AdUnitActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:exported="false" android:hardwareAccelerated="true" android:name="com.unity3d.services.ads.adunit.AdUnitTransparentActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:exported="false" android:hardwareAccelerated="false" android:name="com.unity3d.services.ads.adunit.AdUnitTransparentSoftwareActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:exported="false" android:hardwareAccelerated="false" android:name="com.unity3d.services.ads.adunit.AdUnitSoftwareActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:exported="false" android:hardwareAccelerated="true" android:name="com.unity3d.ads.adplayer.FullScreenWebViewDisplay" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="false" android:hardwareAccelerated="true" android:name="com.unity3d.services.ads.adunit.AdUnitActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="false" android:hardwareAccelerated="true" android:name="com.unity3d.services.ads.adunit.AdUnitTransparentActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="false" android:hardwareAccelerated="false" android:name="com.unity3d.services.ads.adunit.AdUnitTransparentSoftwareActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="false" android:hardwareAccelerated="false" android:name="com.unity3d.services.ads.adunit.AdUnitSoftwareActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="false" android:hardwareAccelerated="true" android:name="com.unity3d.ads.adplayer.FullScreenWebViewDisplay" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
|
||||
<provider android:authorities="com.ea.games.r3_row.androidx-startup" android:exported="false" android:name="androidx.startup.InitializationProvider">
|
||||
<meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup"/>
|
||||
<meta-data android:name="com.unity3d.services.core.configuration.AdsSdkInitializer" android:value="androidx.startup"/>
|
||||
@@ -229,14 +233,14 @@
|
||||
<meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup"/>
|
||||
<meta-data android:name="androidx.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup"/>
|
||||
</provider>
|
||||
<activity android:configChanges="keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:launchMode="singleTop" android:name="com.vungle.ads.internal.ui.VungleActivity"/>
|
||||
<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="true" android:launchMode="singleTop" android:name="com.vungle.ads.internal.ui.VungleActivity"/>
|
||||
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
|
||||
<activity android:configChanges="orientation|screenSize" android:launchMode="singleTop" android:name="com.helpshift.activities.HSMainActivity" android:theme="@style/Theme.AppCompat.NoActionBar"/>
|
||||
<activity android:configChanges="orientation|screenSize" android:launchMode="singleTop" android:name="com.helpshift.activities.HSDebugActivity" android:theme="@style/Theme.AppCompat.NoActionBar"/>
|
||||
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" android:exported="false" android:name="com.google.android.gms.ads.AdActivity" android:theme="@android:style/Theme.Translucent"/>
|
||||
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:name="com.google.android.gms.ads.AdActivity" android:theme="@android:style/Theme.Translucent"/>
|
||||
<provider android:authorities="com.ea.games.r3_row.mobileadsinitprovider" android:exported="false" android:initOrder="100" android:name="com.google.android.gms.ads.MobileAdsInitProvider"/>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.ads.AdService"/>
|
||||
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" android:exported="false" android:name="com.google.android.gms.ads.OutOfContextTestingActivity"/>
|
||||
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:name="com.google.android.gms.ads.OutOfContextTestingActivity"/>
|
||||
<activity android:excludeFromRecents="true" android:exported="false" android:launchMode="singleTask" android:name="com.google.android.gms.ads.NotificationHandlerActivity" android:taskAffinity="" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
||||
<property android:name="android.adservices.AD_SERVICES_CONFIG" android:resource="@xml/gma_ad_services_config"/>
|
||||
<service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
|
||||
@@ -384,4 +388,4 @@
|
||||
<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"/>
|
||||
</application>
|
||||
</manifest>
|
||||
</manifest>
|
||||
60
KEYSTORE-README.md
Normal file
60
KEYSTORE-README.md
Normal file
@@ -0,0 +1,60 @@
|
||||
# RR3 Release Keystore
|
||||
|
||||
This keystore is used to sign all RR3 offline mod releases.
|
||||
|
||||
## Keystore Details
|
||||
|
||||
- **File:** rr3-release.keystore
|
||||
- **Alias:** rr3key
|
||||
- **Password:** rr3community
|
||||
- **Key Algorithm:** RSA 2048-bit
|
||||
- **Validity:** 10,000 days (~27 years)
|
||||
- **Created:** 2026-02-18
|
||||
|
||||
## Usage
|
||||
|
||||
### Signing an APK
|
||||
|
||||
```bash
|
||||
# Step 1: Zipalign
|
||||
zipalign -v -p 4 input.apk aligned.apk
|
||||
|
||||
# Step 2: Sign
|
||||
apksigner sign --ks rr3-release.keystore \
|
||||
--ks-key-alias rr3key \
|
||||
--ks-pass pass:rr3community \
|
||||
--key-pass pass:rr3community \
|
||||
--out signed.apk \
|
||||
aligned.apk
|
||||
|
||||
# Step 3: Verify
|
||||
apksigner verify -v signed.apk
|
||||
```
|
||||
|
||||
### Windows PowerShell
|
||||
|
||||
```powershell
|
||||
# Zipalign
|
||||
& "path\to\zipalign.exe" -v -p 4 input.apk aligned.apk
|
||||
|
||||
# Sign
|
||||
& "path\to\apksigner.bat" sign --ks rr3-release.keystore --ks-key-alias rr3key --ks-pass pass:rr3community --key-pass pass:rr3community --out signed.apk aligned.apk
|
||||
|
||||
# Verify
|
||||
& "path\to\apksigner.bat" verify -v signed.apk
|
||||
```
|
||||
|
||||
## Important Notes
|
||||
|
||||
⚠️ **Keep this keystore safe!** All future updates must be signed with the same key, otherwise users will have to uninstall the old version before installing updates.
|
||||
|
||||
⚠️ **This is a community keystore** with a simple password for ease of use. It's shared publicly in this repository.
|
||||
|
||||
## Certificate Information
|
||||
|
||||
- **Owner:** CN=RR3Community, OU=Modding, O=Community, L=Unknown, ST=Unknown, C=US
|
||||
- **Valid until:** 02/18/2026 19:16:33.AddDays(10000).ToString('yyyy-MM-dd')
|
||||
|
||||
## Files in This Release
|
||||
|
||||
All APKs should be signed with this keystore before distribution.
|
||||
@@ -0,0 +1 @@
|
||||
kotlinx.coroutines.android.AndroidExceptionPreHandler
|
||||
@@ -0,0 +1 @@
|
||||
kotlinx.coroutines.android.AndroidDispatcherFactory
|
||||
@@ -1,65 +0,0 @@
|
||||
# Real Racing 3 - Discord Community Version
|
||||
|
||||
This branch contains the modified APK being worked on by the Discord community.
|
||||
|
||||
## Version Info
|
||||
- **Filename**: RR3_WORKIING_NO32BITCUZKYS signed.apk
|
||||
- **Size**: 71.57 MB
|
||||
- **Source**: Discord community development
|
||||
|
||||
## Key Changes from Original
|
||||
|
||||
### ❌ Removed Features
|
||||
- **32-bit support (armeabi-v7a)** - This version is 64-bit only
|
||||
- Original had both armeabi-v7a (22.56 MB) and arm64-v8a (31.57 MB)
|
||||
- This version only includes arm64-v8a (31.57 MB)
|
||||
- **Impact**: Will NOT work on older/budget Android devices
|
||||
|
||||
### ✅ Architecture Support
|
||||
- **arm64-v8a only** (64-bit ARM)
|
||||
- Requires Android device with 64-bit processor
|
||||
- Minimum SDK: 26 (Android 8.0)
|
||||
- Target SDK: 36 (Android 16)
|
||||
|
||||
### 📁 Contents
|
||||
- `realracing3-community.apk` - Modified APK file
|
||||
- `decompiled-community/` - Decompiled source code
|
||||
- `resources/` - Assets, manifest, native libraries
|
||||
- `sources/` - Java source code
|
||||
|
||||
## Native Libraries (arm64-v8a)
|
||||
- libRealRacing3.so - 31.57 MB (main game engine)
|
||||
- libfuelmetrics.so - 4.04 MB (analytics/metrics)
|
||||
- libfmodex.so - 1.22 MB (audio engine)
|
||||
- libc++_shared.so - 0.97 MB (C++ runtime)
|
||||
- libapplovin-native-crash-reporter.so - 0.83 MB
|
||||
- libcrashlytics-common.so - 0.72 MB
|
||||
- And more...
|
||||
|
||||
## Comparison with Original
|
||||
|
||||
| Feature | Original (main branch) | Community Version |
|
||||
|---------|----------------------|-------------------|
|
||||
| 32-bit support | ✅ Yes | ❌ No |
|
||||
| 64-bit support | ✅ Yes | ✅ Yes |
|
||||
| APK Size | 100.32 MB | 71.57 MB |
|
||||
| Device compatibility | Wider | Modern devices only |
|
||||
|
||||
## Why Remove 32-bit?
|
||||
|
||||
Removing 32-bit support:
|
||||
- ✅ Reduces APK size by ~30 MB
|
||||
- ✅ Simplifies development/testing
|
||||
- ✅ Modern devices (2018+) are all 64-bit
|
||||
- ❌ Breaks compatibility with older/budget phones
|
||||
|
||||
## Development
|
||||
|
||||
This is a work-in-progress community modification. Check Discord for:
|
||||
- Latest changes
|
||||
- Testing requests
|
||||
- Feature discussions
|
||||
|
||||
---
|
||||
|
||||
**Note**: This branch is for community development. For the original APK, see the `main` branch.
|
||||
BIN
RR3-Offline-Phase2-v1.0.0-FIXED-SIGNED.apk.idsig
Normal file
BIN
RR3-Offline-Phase2-v1.0.0-FIXED-SIGNED.apk.idsig
Normal file
Binary file not shown.
BIN
RR3-Offline-Phase2-v1.0.0-SIGNED.apk.idsig
Normal file
BIN
RR3-Offline-Phase2-v1.0.0-SIGNED.apk.idsig
Normal file
Binary file not shown.
BIN
RR3-Offline-Phase2-v1.0.1-CRASH-FIX-SIGNED.apk.idsig
Normal file
BIN
RR3-Offline-Phase2-v1.0.1-CRASH-FIX-SIGNED.apk.idsig
Normal file
Binary file not shown.
BIN
RR3-TEST-SAFE-SIGNED.apk.idsig
Normal file
BIN
RR3-TEST-SAFE-SIGNED.apk.idsig
Normal file
Binary file not shown.
143
apktool.yml
143
apktool.yml
@@ -1,24 +1,151 @@
|
||||
version: 2.12.1
|
||||
apkFileName: real-racing-3-13-7-1.apk
|
||||
version: 2.10.0
|
||||
apkFileName: realracing3.apk
|
||||
isFrameworkApk: false
|
||||
usesFramework:
|
||||
ids:
|
||||
- 1
|
||||
tag: null
|
||||
sdkInfo:
|
||||
minSdkVersion: 26
|
||||
targetSdkVersion: 36
|
||||
packageInfo:
|
||||
forcedPackageId: 127
|
||||
renameManifestPackage: null
|
||||
versionInfo:
|
||||
versionCode: 13701
|
||||
versionName: 13.7.1
|
||||
versionCode: 150000
|
||||
versionName: 15.0.0-community-alpha
|
||||
resourcesAreCompressed: false
|
||||
sharedLibrary: false
|
||||
sparseResources: false
|
||||
unknownFiles:
|
||||
DebugProbesKt.bin: 8
|
||||
androidsupportmultidexversion.txt: 8
|
||||
billing.properties: 8
|
||||
byte_string_store.proto: 8
|
||||
client_analytics.proto: 8
|
||||
firebase-analytics.properties: 8
|
||||
firebase-annotations.properties: 8
|
||||
firebase-encoders-proto.properties: 8
|
||||
firebase-encoders.properties: 8
|
||||
firebase-iid-interop.properties: 8
|
||||
firebase-measurement-connector.properties: 8
|
||||
googleid.properties: 8
|
||||
info.txt: 8
|
||||
messaging_event.proto: 8
|
||||
messaging_event_extension.proto: 8
|
||||
play-services-ads-base.properties: 8
|
||||
play-services-ads-identifier.properties: 8
|
||||
play-services-ads-lite.properties: 8
|
||||
play-services-ads.properties: 8
|
||||
play-services-appset.properties: 8
|
||||
play-services-auth-api-phone.properties: 8
|
||||
play-services-auth-base.properties: 8
|
||||
play-services-auth-blockstore.properties: 8
|
||||
play-services-auth.properties: 8
|
||||
play-services-base.properties: 8
|
||||
play-services-basement.properties: 8
|
||||
play-services-cloud-messaging.properties: 8
|
||||
play-services-drive.properties: 8
|
||||
play-services-fido.properties: 8
|
||||
play-services-games-v2.properties: 8
|
||||
play-services-identity-credentials.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-stats.properties: 8
|
||||
play-services-tasks.properties: 8
|
||||
protolite-well-known-types.properties: 8
|
||||
universal_request_store.proto: 8
|
||||
user-messaging-platform.properties: 8
|
||||
webview_configuration_store.proto: 8
|
||||
fabric/com.amazonaws.aws-android-sdk-core.properties: 8
|
||||
firebase/perf/v1/perf_metric.proto: 8
|
||||
gatewayprotocol/v1/ad_data_refresh_request.proto: 8
|
||||
gatewayprotocol/v1/ad_data_refresh_response.proto: 8
|
||||
gatewayprotocol/v1/ad_player_config_request.proto: 8
|
||||
gatewayprotocol/v1/ad_player_config_response.proto: 8
|
||||
gatewayprotocol/v1/ad_request.proto: 8
|
||||
gatewayprotocol/v1/ad_response.proto: 8
|
||||
gatewayprotocol/v1/allowed_pii.proto: 8
|
||||
gatewayprotocol/v1/bid_request_event.proto: 8
|
||||
gatewayprotocol/v1/campaign_state.proto: 8
|
||||
gatewayprotocol/v1/client_info.proto: 8
|
||||
gatewayprotocol/v1/developer_consent.proto: 8
|
||||
gatewayprotocol/v1/diagnostic_event_request.proto: 8
|
||||
gatewayprotocol/v1/dynamic_device_info.proto: 8
|
||||
gatewayprotocol/v1/error.proto: 8
|
||||
gatewayprotocol/v1/get_token_event_request.proto: 8
|
||||
gatewayprotocol/v1/header_bidding_ad_markup.proto: 8
|
||||
gatewayprotocol/v1/header_bidding_token.proto: 8
|
||||
gatewayprotocol/v1/initialization_completed_event_request.proto: 8
|
||||
gatewayprotocol/v1/initialization_data.proto: 8
|
||||
gatewayprotocol/v1/initialization_request.proto: 8
|
||||
gatewayprotocol/v1/initialization_response.proto: 8
|
||||
gatewayprotocol/v1/mutable_data.proto: 8
|
||||
gatewayprotocol/v1/native_configuration.proto: 8
|
||||
gatewayprotocol/v1/network_capability_transports.proto: 8
|
||||
gatewayprotocol/v1/operative_event_request.proto: 8
|
||||
gatewayprotocol/v1/pii.proto: 8
|
||||
gatewayprotocol/v1/privacy_update_request.proto: 8
|
||||
gatewayprotocol/v1/privacy_update_response.proto: 8
|
||||
gatewayprotocol/v1/session_counters.proto: 8
|
||||
gatewayprotocol/v1/static_device_info.proto: 8
|
||||
gatewayprotocol/v1/test_data.proto: 8
|
||||
gatewayprotocol/v1/timestamps.proto: 8
|
||||
gatewayprotocol/v1/transaction_event_request.proto: 8
|
||||
gatewayprotocol/v1/universal_request.proto: 8
|
||||
gatewayprotocol/v1/universal_response.proto: 8
|
||||
gatewayprotocol/v1/webview_configuration.proto: 8
|
||||
google/protobuf/any.proto: 8
|
||||
google/protobuf/api.proto: 8
|
||||
google/protobuf/duration.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
|
||||
doNotCompress:
|
||||
- arsc
|
||||
- png
|
||||
- so
|
||||
- wav
|
||||
- resources.arsc
|
||||
- assets/dexopt/baseline.prof
|
||||
- assets/dexopt/baseline.profm
|
||||
- lib/arm64-v8a/libNimble.so
|
||||
- lib/arm64-v8a/libRealRacing3.so
|
||||
- lib/arm64-v8a/libapplovin-native-crash-reporter.so
|
||||
- lib/arm64-v8a/libarcore_sdk_c.so
|
||||
- lib/arm64-v8a/libarcore_sdk_jni.so
|
||||
- lib/arm64-v8a/libc++_shared.so
|
||||
- lib/arm64-v8a/libcrashlytics-common.so
|
||||
- lib/arm64-v8a/libcrashlytics-handler.so
|
||||
- lib/arm64-v8a/libcrashlytics-trampoline.so
|
||||
- lib/arm64-v8a/libcrashlytics.so
|
||||
- lib/arm64-v8a/libfmodex.so
|
||||
- lib/arm64-v8a/libfuelmetrics.so
|
||||
- lib/arm64-v8a/libgluads_shared.so
|
||||
- lib/arm64-v8a/libtapjoy.so
|
||||
- lib/armeabi-v7a/libNimble.so
|
||||
- lib/armeabi-v7a/libRealRacing3.so
|
||||
- lib/armeabi-v7a/libapplovin-native-crash-reporter.so
|
||||
- lib/armeabi-v7a/libarcore_sdk_c.so
|
||||
- lib/armeabi-v7a/libarcore_sdk_jni.so
|
||||
- lib/armeabi-v7a/libc++_shared.so
|
||||
- lib/armeabi-v7a/libcrashlytics-common.so
|
||||
- lib/armeabi-v7a/libcrashlytics-handler.so
|
||||
- lib/armeabi-v7a/libcrashlytics-trampoline.so
|
||||
- lib/armeabi-v7a/libcrashlytics.so
|
||||
- lib/armeabi-v7a/libfmodex.so
|
||||
- lib/armeabi-v7a/libfuelmetrics.so
|
||||
- lib/armeabi-v7a/libgluads_shared.so
|
||||
- lib/armeabi-v7a/libtapjoy.so
|
||||
- png
|
||||
- res/raw/checksum.md5
|
||||
- res/raw/keep_arcore.xml
|
||||
- res/raw/keep_cronet_api.xml
|
||||
- wav
|
||||
- res/raw/res.zip
|
||||
|
||||
Binary file not shown.
BIN
build/apk/AndroidManifest.xml
Normal file
BIN
build/apk/AndroidManifest.xml
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
kotlinx.coroutines.android.AndroidExceptionPreHandler
|
||||
@@ -0,0 +1 @@
|
||||
kotlinx.coroutines.android.AndroidDispatcherFactory
|
||||
BIN
build/apk/assets.dex
Normal file
BIN
build/apk/assets.dex
Normal file
Binary file not shown.
BIN
build/apk/classes.dex
Normal file
BIN
build/apk/classes.dex
Normal file
Binary file not shown.
BIN
build/apk/classes2.dex
Normal file
BIN
build/apk/classes2.dex
Normal file
Binary file not shown.
BIN
build/apk/classes3.dex
Normal file
BIN
build/apk/classes3.dex
Normal file
Binary file not shown.
BIN
build/apk/classes4.dex
Normal file
BIN
build/apk/classes4.dex
Normal file
Binary file not shown.
BIN
build/apk/classes5.dex
Normal file
BIN
build/apk/classes5.dex
Normal file
Binary file not shown.
BIN
build/apk/kotlin/annotation/annotation.kotlin_builtins
Normal file
BIN
build/apk/kotlin/annotation/annotation.kotlin_builtins
Normal file
Binary file not shown.
BIN
build/apk/kotlin/collections/collections.kotlin_builtins
Normal file
BIN
build/apk/kotlin/collections/collections.kotlin_builtins
Normal file
Binary file not shown.
BIN
build/apk/kotlin/coroutines/coroutines.kotlin_builtins
Normal file
BIN
build/apk/kotlin/coroutines/coroutines.kotlin_builtins
Normal file
Binary file not shown.
BIN
build/apk/kotlin/internal/internal.kotlin_builtins
Normal file
BIN
build/apk/kotlin/internal/internal.kotlin_builtins
Normal file
Binary file not shown.
BIN
build/apk/kotlin/kotlin.kotlin_builtins
Normal file
BIN
build/apk/kotlin/kotlin.kotlin_builtins
Normal file
Binary file not shown.
BIN
build/apk/kotlin/ranges/ranges.kotlin_builtins
Normal file
BIN
build/apk/kotlin/ranges/ranges.kotlin_builtins
Normal file
Binary file not shown.
BIN
build/apk/kotlin/reflect/reflect.kotlin_builtins
Normal file
BIN
build/apk/kotlin/reflect/reflect.kotlin_builtins
Normal file
Binary file not shown.
125118
build/apk/lib/arm64-v8a/extracted_all_text.txt
Normal file
125118
build/apk/lib/arm64-v8a/extracted_all_text.txt
Normal file
File diff suppressed because one or more lines are too long
125118
build/apk/lib/arm64-v8a/extracted_text.txt
Normal file
125118
build/apk/lib/arm64-v8a/extracted_text.txt
Normal file
File diff suppressed because one or more lines are too long
BIN
build/apk/lib/arm64-v8a/libNimble.so
Normal file
BIN
build/apk/lib/arm64-v8a/libNimble.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libRealRacing3.so
Normal file
BIN
build/apk/lib/arm64-v8a/libRealRacing3.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libapplovin-native-crash-reporter.so
Normal file
BIN
build/apk/lib/arm64-v8a/libapplovin-native-crash-reporter.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libarcore_sdk_c.so
Normal file
BIN
build/apk/lib/arm64-v8a/libarcore_sdk_c.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libarcore_sdk_jni.so
Normal file
BIN
build/apk/lib/arm64-v8a/libarcore_sdk_jni.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libc++_shared.so
Normal file
BIN
build/apk/lib/arm64-v8a/libc++_shared.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libcrashlytics-common.so
Normal file
BIN
build/apk/lib/arm64-v8a/libcrashlytics-common.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libcrashlytics-handler.so
Normal file
BIN
build/apk/lib/arm64-v8a/libcrashlytics-handler.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libcrashlytics-trampoline.so
Normal file
BIN
build/apk/lib/arm64-v8a/libcrashlytics-trampoline.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libcrashlytics.so
Normal file
BIN
build/apk/lib/arm64-v8a/libcrashlytics.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libfmodex.so
Normal file
BIN
build/apk/lib/arm64-v8a/libfmodex.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libfuelmetrics.so
Normal file
BIN
build/apk/lib/arm64-v8a/libfuelmetrics.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libgluads_shared.so
Normal file
BIN
build/apk/lib/arm64-v8a/libgluads_shared.so
Normal file
Binary file not shown.
BIN
build/apk/lib/arm64-v8a/libtapjoy.so
Normal file
BIN
build/apk/lib/arm64-v8a/libtapjoy.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libNimble.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libNimble.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libRealRacing3.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libRealRacing3.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libapplovin-native-crash-reporter.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libapplovin-native-crash-reporter.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libarcore_sdk_c.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libarcore_sdk_c.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libarcore_sdk_jni.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libarcore_sdk_jni.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libc++_shared.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libc++_shared.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libcrashlytics-common.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libcrashlytics-common.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libcrashlytics-handler.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libcrashlytics-handler.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libcrashlytics-trampoline.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libcrashlytics-trampoline.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libcrashlytics.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libcrashlytics.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libfmodex.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libfmodex.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libfuelmetrics.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libfuelmetrics.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libgluads_shared.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libgluads_shared.so
Normal file
Binary file not shown.
BIN
build/apk/lib/armeabi-v7a/libtapjoy.so
Normal file
BIN
build/apk/lib/armeabi-v7a/libtapjoy.so
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_fade_in.xml
Normal file
BIN
build/apk/res/anim/abc_fade_in.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_fade_out.xml
Normal file
BIN
build/apk/res/anim/abc_fade_out.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_grow_fade_in_from_bottom.xml
Normal file
BIN
build/apk/res/anim/abc_grow_fade_in_from_bottom.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_popup_enter.xml
Normal file
BIN
build/apk/res/anim/abc_popup_enter.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_popup_exit.xml
Normal file
BIN
build/apk/res/anim/abc_popup_exit.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_shrink_fade_out_from_bottom.xml
Normal file
BIN
build/apk/res/anim/abc_shrink_fade_out_from_bottom.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_slide_in_bottom.xml
Normal file
BIN
build/apk/res/anim/abc_slide_in_bottom.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_slide_in_top.xml
Normal file
BIN
build/apk/res/anim/abc_slide_in_top.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_slide_out_bottom.xml
Normal file
BIN
build/apk/res/anim/abc_slide_out_bottom.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_slide_out_top.xml
Normal file
BIN
build/apk/res/anim/abc_slide_out_top.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_tooltip_enter.xml
Normal file
BIN
build/apk/res/anim/abc_tooltip_enter.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/abc_tooltip_exit.xml
Normal file
BIN
build/apk/res/anim/abc_tooltip_exit.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/applovin_slide_down_animation.xml
Normal file
BIN
build/apk/res/anim/applovin_slide_down_animation.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/applovin_slide_up_animation.xml
Normal file
BIN
build/apk/res/anim/applovin_slide_up_animation.xml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/apk/res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml
Normal file
BIN
build/apk/res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/apk/res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml
Normal file
BIN
build/apk/res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml
Normal file
BIN
build/apk/res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/apk/res/anim/fragment_fast_out_extra_slow_in.xml
Normal file
BIN
build/apk/res/anim/fragment_fast_out_extra_slow_in.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/hs__slide_down.xml
Normal file
BIN
build/apk/res/anim/hs__slide_down.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/hs__slide_up.xml
Normal file
BIN
build/apk/res/anim/hs__slide_up.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/mbridge_reward_activity_open.xml
Normal file
BIN
build/apk/res/anim/mbridge_reward_activity_open.xml
Normal file
Binary file not shown.
BIN
build/apk/res/anim/mbridge_reward_activity_stay.xml
Normal file
BIN
build/apk/res/anim/mbridge_reward_activity_stay.xml
Normal file
Binary file not shown.
BIN
build/apk/res/animator/fragment_close_enter.xml
Normal file
BIN
build/apk/res/animator/fragment_close_enter.xml
Normal file
Binary file not shown.
BIN
build/apk/res/animator/fragment_close_exit.xml
Normal file
BIN
build/apk/res/animator/fragment_close_exit.xml
Normal file
Binary file not shown.
BIN
build/apk/res/animator/fragment_fade_enter.xml
Normal file
BIN
build/apk/res/animator/fragment_fade_enter.xml
Normal file
Binary file not shown.
BIN
build/apk/res/animator/fragment_fade_exit.xml
Normal file
BIN
build/apk/res/animator/fragment_fade_exit.xml
Normal file
Binary file not shown.
BIN
build/apk/res/animator/fragment_open_enter.xml
Normal file
BIN
build/apk/res/animator/fragment_open_enter.xml
Normal file
Binary file not shown.
BIN
build/apk/res/animator/fragment_open_exit.xml
Normal file
BIN
build/apk/res/animator/fragment_open_exit.xml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/apk/res/color/abc_btn_colored_borderless_text_material.xml
Normal file
BIN
build/apk/res/color/abc_btn_colored_borderless_text_material.xml
Normal file
Binary file not shown.
BIN
build/apk/res/color/abc_btn_colored_text_material.xml
Normal file
BIN
build/apk/res/color/abc_btn_colored_text_material.xml
Normal file
Binary file not shown.
BIN
build/apk/res/color/abc_color_highlight_material.xml
Normal file
BIN
build/apk/res/color/abc_color_highlight_material.xml
Normal file
Binary file not shown.
BIN
build/apk/res/color/abc_hint_foreground_material_dark.xml
Normal file
BIN
build/apk/res/color/abc_hint_foreground_material_dark.xml
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user