Files
rr3-apk/res/values-en/strings.xml
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

17 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="applovin_agree_message">Please press \"Continue\" if you choose to start using our app.</string>
<string name="applovin_alt_privacy_policy_text" />
<string name="applovin_continue_button_text">Continue</string>
<string name="applovin_pp_and_tos_title">To use %s you must agree to our Terms &amp; Conditions and affirm you have reviewed our Privacy Policy</string>
<string name="applovin_pp_title">To use %s you must affirm that you have reviewed and acknowledged our Privacy Policy.</string>
<string name="applovin_privacy_policy_text">Privacy Policy</string>
<string name="applovin_terms_of_service_text">Terms &amp; Conditions</string>
<string name="applovin_terms_of_use_text">Terms of Use</string>
<string name="mbridge_reward_heat_count_unit">w</string>
<string name="mbridge_reward_viewed_text_str">Viewed</string>
<string name="mbridge_splash_count_time_can_skip">SKIP</string>
<string name="mbridge_splash_count_time_can_skip_not">Auto close after</string>
<string name="mbridge_splash_count_time_can_skip_s">s</string>
</resources>