Files
rr3-apk/build/apk/res/raw/applovin_consent_flow_privacy_policy.json
Daniel Elliott 5bf771f4c1 Phase 2: Add Network Bypass for offline mode
- Created OfflineModeManager.smali (toggle offline mode)
- Created OfflineResponseMock.smali (mock API responses)
- Modified NetworkImpl to check offline mode
- Modified MainActivity initialization
- Builds successfully

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 17:48:44 -08:00

30 lines
541 B
JSON

{
"states": [{
"id": 1,
"is_initial_state": true,
"type": "alert",
"title": {
"key": "applovin_pp_title",
"replacements": ["<APP_NAME>"]
},
"message": {
"key": "applovin_agree_message"
},
"transitions": [{
"title": {
"key": "applovin_continue_button_text"
},
"style": "default",
"destination_state_id": 12
}]
}, {
"id": 12,
"type": "event",
"name": "tos_ok",
"destination_state_id": 99
}, {
"id": 99,
"type": "reinit"
}]
}