- 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>
30 lines
541 B
JSON
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"
|
|
}]
|
|
}
|