discord-jadx/app/src/main/res/values/bools.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

13 lines
687 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="abc_action_bar_embed_tabs">true</bool>
<bool name="abc_allow_stacked_button_bar">false</bool>
<bool name="abc_config_actionMenuItemAllCaps">true</bool>
<bool name="config_materialPreferenceIconSpaceReserved">false</bool>
<bool name="enable_system_alarm_service_default">true</bool>
<bool name="enable_system_foreground_service_default">true</bool>
<bool name="enable_system_job_service_default">false</bool>
<bool name="mtrl_btn_textappearance_all_caps">true</bool>
<bool name="use_cleartext_traffic">false</bool>
<bool name="workmanager_test_configuration">false</bool>
</resources>