- 28,932 files - Full Java source code - Smali files - Resources 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"
|
|
}]
|
|
}
|