Get Settings For Tasker
Tasker Plugin that can read information about Android Settings
App details
App description
Android App Analysis and Review: Get Settings For Tasker, Developed by Yurii Cherednychenko. Listed in Tools Category. Current Version Is 1.3.1, Updated On 28/08/2025 . According to users reviews on Google Play: Get Settings For Tasker. Achieved Over 561 Installs. Get Settings For Tasker Currently Has 9 Reviews, Average Rating 3.8 Stars
Tasker Plugin that can read information about Android SettingsGSFT, as an optional Tasker plugin, gives possibility to read information about Android Settings.
CyanogenMod supported
Why you need this application?!
When Tasker task runs you want to know whether specific preference is enabled. For example. Is USB debug enabled? To find out you need just retreive a value of system preference named adb_enabled. It will contain one of the flags 0 (disabled) or 1 (enabled).
You can also retreive device-specific setting. For example, preference named psm_switch on Samsung Galaxy Note II contains state of power saving mode.
In plugin settings... all you need is to enter:
• preference name to retreive;
• Tasker variable name to store preference value (or keep empty to use variable %settings_value)
You can test if entered preference name is true. Use button Test setting.
But if you doubt true preference name, you can pick it from all system-level preference data in one of these sets.
• System;
• Secure;
• Global (Android 4.2+)
You don't need to know a set, what preference belongs to. Just enter preference name. Plugin will search it for you.
Changelog / What's New
Meet Target SDK requirements