Forwarded from Tasker | TPC (channel)
#project #AppsCacheCleaner
DESCRIPTION
As you may know, many apps generate temporary files to allow some processes, or the app itself to run faster, later. These files require a considerable memory space, especially if we have a limited memory, and several installed apps. Therefore, this project allows you to get rid of those files, which really are not necessary for the normal operation of an app.
Main features:
· Live notification (know the current process on each state)
· Select what apps to clean (user or user + system)
Notes:
- Root is required, but only if we want to clean cache from '/data/data' directory.
- To launch it, use the 'ACC - Launch' task, but having previously configured the action that it includes.
- When cleaning '/data/data/*', it will take longer, as it needs to access to the root directory and execute appropriate cmds as root.
- If you don't want to clean files from External SDCard, just leave the '%par2' field of A2 from 'ACC - Launch' task, unset.
AUTHOR
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
As you may know, many apps generate temporary files to allow some processes, or the app itself to run faster, later. These files require a considerable memory space, especially if we have a limited memory, and several installed apps. Therefore, this project allows you to get rid of those files, which really are not necessary for the normal operation of an app.
Main features:
· Live notification (know the current process on each state)
· Select what apps to clean (user or user + system)
Notes:
- Root is required, but only if we want to clean cache from '/data/data' directory.
- To launch it, use the 'ACC - Launch' task, but having previously configured the action that it includes.
- When cleaning '/data/data/*', it will take longer, as it needs to access to the root directory and execute appropriate cmds as root.
- If you don't want to clean files from External SDCard, just leave the '%par2' field of A2 from 'ACC - Launch' task, unset.
AUTHOR
@SmartPhoneLover
VERSION
v1.0
Forwarded from Tasker | TPC (channel)
#project #AppsCacheCleaner
DESCRIPTION
As you may know, many apps generate temporary files to allow some processes, or the app itself to run faster, later. These files require a considerable memory space, especially if we have a limited memory, and several installed apps. Therefore, this project allows you to get rid of those files, which really are not necessary for the normal operation of an app.
Main features:
· Live notification (know the current process on each state)
· Select what apps to clean (third-party or third-party + system apps)
· Dalvik cache cleaner (new)
· Exclude specific apps from being cleaned (new)
· Date & time context to automate process in background (new)
Notes:
- To launch it, use the 'ACC - Launch'.
- When cleaning '/data/data' & '/data/dalvik-cache', it will take longer, as it needs to access to the root directory and execute appropriate cmds as root.
AUTHOR
@SmartPhoneLover
VERSION
v1.1
CHANGELOG
- New: time/date context profile to automate process in background
- New: added Dalvik cache cleaning (/data/dalvik-cache)
- New: possibility to exclude apps cache from being cleaned
- New: specific project variant for non-root users (/sdcard/Android/data & /extSDcard/Android/data)
- Other: changed the way how 'rm' cmd works
- Other: several changes for both tasks to manage new settings
- Other: 'ext. sdcard id' and 'exclude apps' actions, from 'ACC - Launch' task, disabled by default
DESCRIPTION
As you may know, many apps generate temporary files to allow some processes, or the app itself to run faster, later. These files require a considerable memory space, especially if we have a limited memory, and several installed apps. Therefore, this project allows you to get rid of those files, which really are not necessary for the normal operation of an app.
Main features:
· Live notification (know the current process on each state)
· Select what apps to clean (third-party or third-party + system apps)
· Dalvik cache cleaner (new)
· Exclude specific apps from being cleaned (new)
· Date & time context to automate process in background (new)
Notes:
- To launch it, use the 'ACC - Launch'.
- When cleaning '/data/data' & '/data/dalvik-cache', it will take longer, as it needs to access to the root directory and execute appropriate cmds as root.
AUTHOR
@SmartPhoneLover
VERSION
v1.1
CHANGELOG
- New: time/date context profile to automate process in background
- New: added Dalvik cache cleaning (/data/dalvik-cache)
- New: possibility to exclude apps cache from being cleaned
- New: specific project variant for non-root users (/sdcard/Android/data & /extSDcard/Android/data)
- Other: changed the way how 'rm' cmd works
- Other: several changes for both tasks to manage new settings
- Other: 'ext. sdcard id' and 'exclude apps' actions, from 'ACC - Launch' task, disabled by default
Forwarded from Tasker | TPC (channel)
#project #AppsCacheCleaner
DESCRIPTION
As you may know, many apps generate temporary files to allow some processes, or the app itself to run faster, later. These files require a considerable memory space, especially if we have a limited memory, and several installed apps. Therefore, this project allows you to get rid of those files, which really are not necessary for the normal operation of an app.
Main features:
· Live notification (know the current process on each state)
· Select what apps to clean (third-party, system, or both apps)
· Dalvik cache cleaner
· Exclude specific apps from being cleaned
· Date & time context to automate process in background
Notes:
- To launch it, use the 'ACC - Launch'.
- When cleaning any root directory, it will take longer, as it needs to access to the root directory and execute appropriate cmds as root.
AUTHOR
@SmartPhoneLover
VERSION
v1.2
CHANGELOG
- New: added 'app_webview' cache (/data/data/.../app_webview) -> only root users
- Fix: missing '-f' argument of 'rm' cmd
- Fix: wrong steps shown if n° of caches to clean is < 4
- Other: small changes to 'ACC - Clear Cache' task (cleaning order and UI information is affected)
- Other: made Dalvik cache cleaning independent from the other caches (configure it within 'ACC - Launch' task)
- Other: system apps can be cleaned independently from user's ones now
- Other: reworked 'ACC - Launch' task (you will have to configure it again)
DESCRIPTION
As you may know, many apps generate temporary files to allow some processes, or the app itself to run faster, later. These files require a considerable memory space, especially if we have a limited memory, and several installed apps. Therefore, this project allows you to get rid of those files, which really are not necessary for the normal operation of an app.
Main features:
· Live notification (know the current process on each state)
· Select what apps to clean (third-party, system, or both apps)
· Dalvik cache cleaner
· Exclude specific apps from being cleaned
· Date & time context to automate process in background
Notes:
- To launch it, use the 'ACC - Launch'.
- When cleaning any root directory, it will take longer, as it needs to access to the root directory and execute appropriate cmds as root.
AUTHOR
@SmartPhoneLover
VERSION
v1.2
CHANGELOG
- New: added 'app_webview' cache (/data/data/.../app_webview) -> only root users
- Fix: missing '-f' argument of 'rm' cmd
- Fix: wrong steps shown if n° of caches to clean is < 4
- Other: small changes to 'ACC - Clear Cache' task (cleaning order and UI information is affected)
- Other: made Dalvik cache cleaning independent from the other caches (configure it within 'ACC - Launch' task)
- Other: system apps can be cleaned independently from user's ones now
- Other: reworked 'ACC - Launch' task (you will have to configure it again)
Forwarded from Tasker | TPC (channel)
#project #AppsCacheCleaner
DESCRIPTION
As you may know, many apps generate temporary files to allow some processes, or the app itself to run faster, later. These files require a considerable memory space, especially if we have a limited memory, and several installed apps. Therefore, this project allows you to get rid of those files, which really are not necessary for the normal operation of an app.
Main features:
· Live notification (know the current process on each state)
· Select what apps to clean (third-party, system, or both apps)
· Dalvik cache cleaner
· Exclude specific apps from being cleaned
· Date & time context to automate process in background
· Cleanup of selected apps (new)
Notes:
- To launch it, use the 'ACC - Launch' task, previously configured.
- When cleaning any root directory, it will take longer, as it needs to access to the root directory and execute appropriate cmds as root.
- Dalvik Cache and External SD Card are disabled by default.
AUTHOR
@SmartPhoneLover
VERSION
v1.3
CHANGELOG
- New: selected apps can be cleaned now
- Fix: wrong path for sdcard (internal/user) statusbar notification
- Fix: important issue making Tasker to act over those non-selected items from 'ACC - Launch' task (very very sorry guys)
- Other: other minor changes
DESCRIPTION
As you may know, many apps generate temporary files to allow some processes, or the app itself to run faster, later. These files require a considerable memory space, especially if we have a limited memory, and several installed apps. Therefore, this project allows you to get rid of those files, which really are not necessary for the normal operation of an app.
Main features:
· Live notification (know the current process on each state)
· Select what apps to clean (third-party, system, or both apps)
· Dalvik cache cleaner
· Exclude specific apps from being cleaned
· Date & time context to automate process in background
· Cleanup of selected apps (new)
Notes:
- To launch it, use the 'ACC - Launch' task, previously configured.
- When cleaning any root directory, it will take longer, as it needs to access to the root directory and execute appropriate cmds as root.
- Dalvik Cache and External SD Card are disabled by default.
AUTHOR
@SmartPhoneLover
VERSION
v1.3
CHANGELOG
- New: selected apps can be cleaned now
- Fix: wrong path for sdcard (internal/user) statusbar notification
- Fix: important issue making Tasker to act over those non-selected items from 'ACC - Launch' task (very very sorry guys)
- Other: other minor changes
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/04/project-apps-cache-cleaner-v14.html
#project #AppsCacheCleaner
DESCRIPTION
As you may know, many apps generate temporary files to allow some processes, or the app itself to run faster, later. These files require a considerable space, especially if we have a limited memory, and several apps installed. Therefore, this project allows you to get rid of these files, which really are not necessary for the normal operation of an app.
Main features:
• Live notification
• Choose what apps to clean (user, system, all apps) (*)
• Exclude/include specific app(s) from being cleaned or to be cleaned (**)
• Dalvik cache cleaning (only root) (***)
• Scheduled cleaning (date/time)
• Detailed logs
Where it acts on?
• /data/data/.../cache (root)
• /data/data/.../code_cache (root)
• /data/dalvik-cache (root)
• /data/user_de/0/.../cache (root)
• /data/user_de/0/.../code_cache (root)
• /storage/emulated/0/Android/data/.../cache (also /.../files/cache)
• /storage/extSdCard/Android/data/.../cache (also /.../files/cache)
This project includes an Initial Setup task that needs to be executed when it is imported from TaskerNet, or when the dev considers it is needed even not imported from TaskerNet.
Since the project has the ability to act on more directories than any application available in the market probably does, it is highly recommended to take a look at what type of apps we have installed (user apps usually), since they can use these paths to store critical data for the app itself instead.
Notes:
- Thanks to @gerardo246, @MiAndroidVerde, @ExAntrax (Ex OnDeaDo) for testing.
- The project will only work for the main device's user (level 0). The rest, if more, won't be cleaned.
- * For non-root users only /.../Android/data/* (public internal and external) locations will be cleaned.
- ** If both are set to off within 'Setup' task, all apps will be taken into account. Otherwise, the cleaning process will be based on how it was configured.
- When cleaning with root, it could take longer, as it needs to access to the root directory and execute appropriate cmds as root.
- *** Cleaning Dalvik Cache will do the same as when a clean ROM installation is performed, making Android OS to regenerate (optimize) art/dex/odex/vdex files for all installed apps on next device startup or app opened if it was not restarted yet. It will make the device to take a bit longer on the next startup (only once), as usual. So take that into account.
- As storage paths can be used fully freely by devs (within Android's available directory hierarchy), cached files not stored on its ideally default locations, won't be taken into account by the project.
CREDITS
@SmartPhoneLover
@gerardo246
@MiAndroidVerde
@ExAntrax
CHANGELOG
- New: Internal and external public base paths are now automatically retrieved.
- New: KB and GB for 'Total recovered memory' msg.
- New: 'code_cache' (/data/data), 'cache' & 'code_cache' (/data/user_de/0), 'cache' under '/files' (/.../Android/data for public internal and external) paths.
- New: 'Initial Setup' task to check if public device's paths are available to be retrieved automatically.
- New: Detailed log, accesible from the statusbar notification once process finishes (disabled by default). (configure it from 'Setup' task)
- Fix: 'du' cmd not retrieving the correct size when symlinks were found.
- Fix: 4KB extras were added for each folder the 'du' cmd read.
- Fix: 'rm' cmd not working on directories with spaces on its path. (*)
- Other: Statusbar notification Category for Android 8+.
- Other: Moved all the settings to 'Setup' task.
- Other: Some changes to statusbar notification.
- Other: Removed 'app_webview' dir.
- Other: Removed unused variables.
- Other: Other small changes, fixes and improvements.
* Pkgs with spaces on its pkg name are not allowed by Google Play Store, but Android SDK allows to create them to be distributed via 3rd-party sites
VERSION
v1.4
DESCRIPTION
As you may know, many apps generate temporary files to allow some processes, or the app itself to run faster, later. These files require a considerable space, especially if we have a limited memory, and several apps installed. Therefore, this project allows you to get rid of these files, which really are not necessary for the normal operation of an app.
Main features:
• Live notification
• Choose what apps to clean (user, system, all apps) (*)
• Exclude/include specific app(s) from being cleaned or to be cleaned (**)
• Dalvik cache cleaning (only root) (***)
• Scheduled cleaning (date/time)
• Detailed logs
Where it acts on?
• /data/data/.../cache (root)
• /data/data/.../code_cache (root)
• /data/dalvik-cache (root)
• /data/user_de/0/.../cache (root)
• /data/user_de/0/.../code_cache (root)
• /storage/emulated/0/Android/data/.../cache (also /.../files/cache)
• /storage/extSdCard/Android/data/.../cache (also /.../files/cache)
This project includes an Initial Setup task that needs to be executed when it is imported from TaskerNet, or when the dev considers it is needed even not imported from TaskerNet.
Since the project has the ability to act on more directories than any application available in the market probably does, it is highly recommended to take a look at what type of apps we have installed (user apps usually), since they can use these paths to store critical data for the app itself instead.
Notes:
- Thanks to @gerardo246, @MiAndroidVerde, @ExAntrax (Ex OnDeaDo) for testing.
- The project will only work for the main device's user (level 0). The rest, if more, won't be cleaned.
- * For non-root users only /.../Android/data/* (public internal and external) locations will be cleaned.
- ** If both are set to off within 'Setup' task, all apps will be taken into account. Otherwise, the cleaning process will be based on how it was configured.
- When cleaning with root, it could take longer, as it needs to access to the root directory and execute appropriate cmds as root.
- *** Cleaning Dalvik Cache will do the same as when a clean ROM installation is performed, making Android OS to regenerate (optimize) art/dex/odex/vdex files for all installed apps on next device startup or app opened if it was not restarted yet. It will make the device to take a bit longer on the next startup (only once), as usual. So take that into account.
- As storage paths can be used fully freely by devs (within Android's available directory hierarchy), cached files not stored on its ideally default locations, won't be taken into account by the project.
CREDITS
@SmartPhoneLover
@gerardo246
@MiAndroidVerde
@ExAntrax
CHANGELOG
- New: Internal and external public base paths are now automatically retrieved.
- New: KB and GB for 'Total recovered memory' msg.
- New: 'code_cache' (/data/data), 'cache' & 'code_cache' (/data/user_de/0), 'cache' under '/files' (/.../Android/data for public internal and external) paths.
- New: 'Initial Setup' task to check if public device's paths are available to be retrieved automatically.
- New: Detailed log, accesible from the statusbar notification once process finishes (disabled by default). (configure it from 'Setup' task)
- Fix: 'du' cmd not retrieving the correct size when symlinks were found.
- Fix: 4KB extras were added for each folder the 'du' cmd read.
- Fix: 'rm' cmd not working on directories with spaces on its path. (*)
- Other: Statusbar notification Category for Android 8+.
- Other: Moved all the settings to 'Setup' task.
- Other: Some changes to statusbar notification.
- Other: Removed 'app_webview' dir.
- Other: Removed unused variables.
- Other: Other small changes, fixes and improvements.
* Pkgs with spaces on its pkg name are not allowed by Google Play Store, but Android SDK allows to create them to be distributed via 3rd-party sites
VERSION
v1.4
HASHTAGS LIST OF TASKER PROFILE CENTER CHANNEL
https://t.me/tasker_tpc_channel
Click a hashtag to navigate content...
- SHARES -
#AdGuardToggler #AdvancedPowerMenu #AlwaysOnDisplayToggle #AndroidPieScreenBrightnessWorkaround #AppsCacheCleaner #AppsKeepScreenOn #AutoSwitchKeyboard #BackgroundMusicPlaybackResumeforTwitter #BatteryDesignCapacityChecker #BatteryLevel10 #BatteryMonitor #BitcoinMiningProfitabilityCalculator #BluetoothOn #BTChargerLogReport #BuildpropEditor #CaffeineQSTile #CalendarExpress #CallANumber #CallRecorder #CameraTimestamp #CamScannerAuto #ChangeScreenResolution #CheckAdaptativeBrightness #CheckDeviceOrientation #CheckDeviceOrientationXYZ #CheckInternetAvailability #CheckInternetConnectionType #CheckKeyguardStatus #CheckMobileDataStatus #CheckRadiosSignalStrength #ChessClock #CollectScreenElements #CollectScreenElementsAutoInputUIQuery #ColoredNotes #ColorPickerARGB #ConvertDateTimeFormatIntoEpoch #ConvertFilesToBase64 #CPUStats #CurrentAppActivity #CustomStockNavbar #DeadPixelAnalyzer #DesktopShortcuts #DetectWhenTaskerOpens #DeviceBackupToNAS #DeviceFloatingVolume #DeviceNotchControl #DeviceViewer #DoNotDisturbCallException #EdgeMusicPlayer #EnableSystemScreensaver #EncriptDecryptStringsCipher #Energy3DOverlay #EnergyBar #EvernoteIntents #FilenameChooserforEasyVoiceRecorder #FindMatchingPatternBetweenTwoArrays #FingerprintDemoActions #GetAllAppsInstalledTime #GetAvailableCPUCores #GetLockscreenStatus #GetMinMaxBrightnessLevels #GetMinMaxVolumeSteps #GetMultimediaMetadata #GetPowerampPlaylistDataDB #GrantAccessibilityService #HeadsetButtonHelper #HeartRateCalculator #HeartRateMeter #HexClock #HighTemperatureWarningDevice #HiQMP3RecorderIntents #InformationPresetScreen #IntentsBroadcastMonitor #IntentsCollection #KillBackgroundProcesses #LaunchAppOnGooglePlayStore #LeftRightSpeakerTest #ListenForVolumeChangesDynamically #LockscreenStatusbarLocker #MaterialColorPalette #MaterialDesignRadioButton #MIUIMusicPlayerIntents #MIUIScreenRecorderIntents #MorseCodeTranslator #MusicControl #NavigationButtonsActions #NightClock #OmniaMusicPlayerIntents #OpenAppPermissionsPageInBackground #OpenFileTypesUsingIntents #OpenMultipleWebsitesInDifferentTabs #PerAppDPIChanger #PerAppResolutionChanger #PlaySoundRawExternalOnline #PodcastAddictIntents #PowerampIntents #ProximitySensorWorkaroundRedmiNote7 #QRWiFiConnect #QuickTranslator #RandomDice #RemoveRepeatedElementsFromArray #RerouteAudio #RootChecker #RoundedCorners #SayCurrentOpenedApp #SayWhoIsCallingYou #ScreenAlwaysOnWhenTaskerCoding #ScreenCapture #ScreenRecorder #ScreenshotPlus #SetRandomWallpaperEveryDay #ShellCollection #ShowAppSettings #SideAppsDrawer #SilentVibrateMode #SleepAsAndroidIntents #SleepTracker #SMSParser #SoundMeterRecorder #SpellingCurrentTime #StartPlayingMusicOnBTConnected #StorePicturesIntoDB #StudentClassRecorder #SwitchControl #SwitchDataBTGPSAutomaticallyWhenCharging #SystemLocaleQSTile #TalkingClock #TaskerAppLocker #TaskerBackupsEncryption #TaskerClockScreensaver #TaskerContentViewer #TaskerFingerprintProtection #TaskerKeyboardIssueWorkaround #TaskerProjectsTracker #TaskerScenePositionHelper #TaskerSwitcher #TelegramCleaner #TerminalLog #ToggleAndroidBackgroundProcessLimit #ToggleDNDDuringCall #ToggleDoubleTapToWake #ToggleFlashlight #ToggleImmersiveMode #ToggleLockscreen #TogglePixelStyle #TracksRandomize #TurnOnOffScreenProximitySensor #Vers #VibratorIntensityChanger #WakeOnLANManager #WhatsAppCleaner #WiFiModuleCapabilities #YouTubeSaver
Last Added/Updated (2020-09-06)
#BatteryMonitor
#BitcoinMiningProfitabilityCalculator
#CheckKeyguardStatus
#CPUStats
#DeviceFloatingVolume
#Energy3DOverlay
#GetAllAppsInstalledTime
#GetAvailableCPUCores
#HeadsetButtonHelper
#ListenForVolumeChangesDynamically
#PerAppDPIChanger
#PerAppResolutionChanger
#RerouteAudio
#TaskerClockScreensaver
#TerminalLog
#TogglePixelStyle
- TUTORIALS -
#CustomGrid #HideVoiceDialogAndLongPressedMenuAutoVoice #ImportingXMLTasker #TaskerDualInstanceVMOS
- TASKER DEV ANN -
#JoinAppDev #TaskerDev
https://t.me/tasker_tpc_channel
Click a hashtag to navigate content...
- SHARES -
#AdGuardToggler #AdvancedPowerMenu #AlwaysOnDisplayToggle #AndroidPieScreenBrightnessWorkaround #AppsCacheCleaner #AppsKeepScreenOn #AutoSwitchKeyboard #BackgroundMusicPlaybackResumeforTwitter #BatteryDesignCapacityChecker #BatteryLevel10 #BatteryMonitor #BitcoinMiningProfitabilityCalculator #BluetoothOn #BTChargerLogReport #BuildpropEditor #CaffeineQSTile #CalendarExpress #CallANumber #CallRecorder #CameraTimestamp #CamScannerAuto #ChangeScreenResolution #CheckAdaptativeBrightness #CheckDeviceOrientation #CheckDeviceOrientationXYZ #CheckInternetAvailability #CheckInternetConnectionType #CheckKeyguardStatus #CheckMobileDataStatus #CheckRadiosSignalStrength #ChessClock #CollectScreenElements #CollectScreenElementsAutoInputUIQuery #ColoredNotes #ColorPickerARGB #ConvertDateTimeFormatIntoEpoch #ConvertFilesToBase64 #CPUStats #CurrentAppActivity #CustomStockNavbar #DeadPixelAnalyzer #DesktopShortcuts #DetectWhenTaskerOpens #DeviceBackupToNAS #DeviceFloatingVolume #DeviceNotchControl #DeviceViewer #DoNotDisturbCallException #EdgeMusicPlayer #EnableSystemScreensaver #EncriptDecryptStringsCipher #Energy3DOverlay #EnergyBar #EvernoteIntents #FilenameChooserforEasyVoiceRecorder #FindMatchingPatternBetweenTwoArrays #FingerprintDemoActions #GetAllAppsInstalledTime #GetAvailableCPUCores #GetLockscreenStatus #GetMinMaxBrightnessLevels #GetMinMaxVolumeSteps #GetMultimediaMetadata #GetPowerampPlaylistDataDB #GrantAccessibilityService #HeadsetButtonHelper #HeartRateCalculator #HeartRateMeter #HexClock #HighTemperatureWarningDevice #HiQMP3RecorderIntents #InformationPresetScreen #IntentsBroadcastMonitor #IntentsCollection #KillBackgroundProcesses #LaunchAppOnGooglePlayStore #LeftRightSpeakerTest #ListenForVolumeChangesDynamically #LockscreenStatusbarLocker #MaterialColorPalette #MaterialDesignRadioButton #MIUIMusicPlayerIntents #MIUIScreenRecorderIntents #MorseCodeTranslator #MusicControl #NavigationButtonsActions #NightClock #OmniaMusicPlayerIntents #OpenAppPermissionsPageInBackground #OpenFileTypesUsingIntents #OpenMultipleWebsitesInDifferentTabs #PerAppDPIChanger #PerAppResolutionChanger #PlaySoundRawExternalOnline #PodcastAddictIntents #PowerampIntents #ProximitySensorWorkaroundRedmiNote7 #QRWiFiConnect #QuickTranslator #RandomDice #RemoveRepeatedElementsFromArray #RerouteAudio #RootChecker #RoundedCorners #SayCurrentOpenedApp #SayWhoIsCallingYou #ScreenAlwaysOnWhenTaskerCoding #ScreenCapture #ScreenRecorder #ScreenshotPlus #SetRandomWallpaperEveryDay #ShellCollection #ShowAppSettings #SideAppsDrawer #SilentVibrateMode #SleepAsAndroidIntents #SleepTracker #SMSParser #SoundMeterRecorder #SpellingCurrentTime #StartPlayingMusicOnBTConnected #StorePicturesIntoDB #StudentClassRecorder #SwitchControl #SwitchDataBTGPSAutomaticallyWhenCharging #SystemLocaleQSTile #TalkingClock #TaskerAppLocker #TaskerBackupsEncryption #TaskerClockScreensaver #TaskerContentViewer #TaskerFingerprintProtection #TaskerKeyboardIssueWorkaround #TaskerProjectsTracker #TaskerScenePositionHelper #TaskerSwitcher #TelegramCleaner #TerminalLog #ToggleAndroidBackgroundProcessLimit #ToggleDNDDuringCall #ToggleDoubleTapToWake #ToggleFlashlight #ToggleImmersiveMode #ToggleLockscreen #TogglePixelStyle #TracksRandomize #TurnOnOffScreenProximitySensor #Vers #VibratorIntensityChanger #WakeOnLANManager #WhatsAppCleaner #WiFiModuleCapabilities #YouTubeSaver
Last Added/Updated (2020-09-06)
#BatteryMonitor
#BitcoinMiningProfitabilityCalculator
#CheckKeyguardStatus
#CPUStats
#DeviceFloatingVolume
#Energy3DOverlay
#GetAllAppsInstalledTime
#GetAvailableCPUCores
#HeadsetButtonHelper
#ListenForVolumeChangesDynamically
#PerAppDPIChanger
#PerAppResolutionChanger
#RerouteAudio
#TaskerClockScreensaver
#TerminalLog
#TogglePixelStyle
- TUTORIALS -
#CustomGrid #HideVoiceDialogAndLongPressedMenuAutoVoice #ImportingXMLTasker #TaskerDualInstanceVMOS
- TASKER DEV ANN -
#JoinAppDev #TaskerDev