Files
AutoJs6/app/src/main/res/values/bools.xml
2025-01-15 01:26:29 +08:00

16 lines
816 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="leak_canary_enabled">true</bool>
<bool name="leak_canary_add_dynamic_shortcut">false</bool>
<bool name="leak_canary_add_launcher_icon">true</bool>
<bool name="pref_extending_js_build_in_objects">false</bool>
<bool name="pref_use_volume_control_running">true</bool>
<bool name="pref_auto_check_for_updates">true</bool>
<bool name="pref_enable_a11y_service_with_root_access">true</bool>
<bool name="pref_enable_a11y_service_with_secure_settings">true</bool>
<bool name="pref_stable_mode">false</bool>
<bool name="pref_gesture_observing">false</bool>
<bool name="pref_record_toast">true</bool>
<bool name="pref_guard_mode">false</bool>
<bool name="pref_use_volume_control_record">true</bool>
</resources>