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>
This commit is contained in:
29
build/apk/res/raw/applovin_consent_flow_privacy_policy.json
Normal file
29
build/apk/res/raw/applovin_consent_flow_privacy_policy.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user