Top 28 Apps Similar to Task Manager Shortcut (For OLD Samsung device)

3C Task Manager 3.6.6d
3c
A simple task manager for everyday use In-app purchase can bemadeto remove ads and unlock features (see below). This appusesAccessibility services to help you stop apps on non-rooteddevices,but will never ever collect any information. ★ HighlyConfigurableUI allows you to transform the app into something youreally like ★Highly Configurable Widgets are all resizable, from asimple gaugeto more complex data display and historical graphics. ★Sort byCPU, memory or network usage. ★ Add home-screen launcher toappsfeatures. ★ Configure UI the way you like it (dark/light,buttonthemes, text size, etc...). ★ See detailed informationaboutrunning tasks. ★ Pause display. ★ Show system data in widgets(1x1text and gauge are freely customizable) ★ Kill any apps orkernelprocesses on rooted devices. ★ Force-stop apps on rooteddevices orusing Accessibility services. ★ Fill or stop specificapps whenscreen's turned on or off or under low memory condition.If rootedor Android lower than Marshmallow (6.0), app can also: ★View andsort by memory used ★ View kernel processes 3C Companionapp(non-rooted users) available here. If Xposed frameworkisinstalled, app can also: ★ Set permanently the Linux's nicenessofany process ★ Exploring task's data directory requires root and3CExplorer (free app). ★ Viewing task's logs requires root and3CLogs (free app) NB: ★ Killing doesn't prevent apps fromrestarting.★ Some apps are immune to force-stop and will restartanyway. Youneed the crystallize feature of 3C Toolbox Pro toprevent them fromrunning. Use in-app purchases to unlock thefollowing features: ★Remove Ads ★ Advanced UI theming options ★Automatic auto-kill/stop★ Add shortcut to notification ★ Enableextra widgets (2x1 text andgraphics) customization ★ Enable widgetrefresh rate configuration
Task Manager Pro (Task Killer) 2.3.7
One-stop task manager, monitor and kill task, speed up phone,andsave battery.
ToDo List Task Manager -Pro
ToDo Task Manager -Pro is a powerful to-dotaskmanagement tool with a simple and completely customizableuserinterface. It allows you to quickly and easily track andorganizeall of your to-do tasks.Create custom filters so you can easily organize and switchbetweento-do lists. Use the calendar month view for a quick way tosee allof your upcoming tasks.Some Features Include:● Customizable to-do list view.● Customizable sorting and filtering.● Save and name custom sort filter.● Optional quick search.● Calendar month view.● A view details screen that automatically creates linkstolocations, websites, email addresses, and phone numbers.● Repeating tasks.● Repeating reminder alarms.● Ability to snooze the alarm.● Customizable home screen widget.● Export todo task list as TXT, XML, CSV or Outlook CSV files totheSD card.● Import XML and CSV file.● Automatically backup to-do tasks to the SD card on afixedschedule.● Send a to-do task to the Google calendar.● Optional microphone buttons for speech to text input.● Selectable themes.● Online user manual.Visit the ToDo Task Manager website atwww.mikesandroidworkshop.comfor more information.Frequently Asked Questions:Q: How can I automatically dial a phone number entered inatask?A: Type in a phone number in either the contact field or in thenotefield to display that phone number as a link when viewing itoneither the 'Task Detail View' screen or the 'AlarmNotificationdetail' screen. Clicking on the link will automaticallydial thatnumber.Q: How do I create a custom filter?A: To save custom filters press the phones menu button while youareon the 'Sort and Filter Settings' window. A menu will pop up.Select'Save Filter Settings As..'. Then type in the new filtername andpress OK.Q: Can ToDo Task Manager sync with Google?A: To add a task to your calendar long press on a task in thetasklist until a context menu pops up. Then select the option 'AddtoGoogle Calendar'.The 'Toodledo.com Sync Add-on -Beta' add-on will sync with thewebsite Toodledo.com. On the Toodledo website there are thirdpartytools to sync will Google(http://www.toodledo.com/widget/google_gadget.php ). Thisshouldallow you to sync my application with Googleindirectly.Q: Can ToDo Task Manager sync with Outlook?A: My application does not directly sync with Outlook. Itprovidesthe option to import and export tasks to Outlook using aCSVfile.The 'Toodledo.com Sync Add-on -Beta' add-on will sync with thewebsite Toodledo.com. On the Toodledo website there are thirdpartytools to sync will Outlook(http://www.toodledo.com/connect_outlook.php ). This shouldallowyou to sync my application with Outlook indirectly.Q: How can I search for a specific task in the to-do list?A: The search feature is turned off by default. In theapplicationsettings select 'Searching, Sorting, and Filtering'.Then check the'Quick Search On/Off' setting.When quick search is turned on my application will filter thetasklist based on the text typed in the text field at the bottom ofthetask list screen.Q: How do I create a new category?A: To create a new category simple type in the new category inthecategory field on the task edit screen. The button next tothecategory field displays all of the existing categories in allofthe other tasks.Q: How can I enter additional information in a new taskwithouthaving to click on the task in the task list?A: Click on the add task button without entering a task title inthetext entry field to automatically open the task creationscreen. Youcan also set default values for most of thefields.
RESTask for Tasker
Freehaha
Opt in for betatesting:https://play.google.com/apps/testing/com.freehaha.restaskThis is a Tasker plugin providing alternative interface toaccessRESTful APIs (targeting GET, POST, PUT, DELETE).This app is intended to work as a plugin to Tasker and doesnotprovide a launcher icon so one must have Tasker installed inorderto utilize this application.*README*Variables can be set synchronously or asynchronously.With the default sync setting, the task will wait until therequestis finished or is timed-out before executing the next taskand youwill be able to set the return code/response to localvariables.Note that in synced mode you can only set localvariables, i.e.,variables with all lower-cased letters, this is alimitation oftasker API.However, in async mode, the task will finish immediately and workinthe background so you will not be able to set local variables init(you can still use local variables for the parameters andstuff).With this mode, you can only set global variables as localvariableswill not be accessible to other tasks. Following is howto enablesetting global variables in async mode:1. To enable global variable set, you have to enable 'AllowExternalAccess' in Tasker ( menu -> preference -> misc ->AllowExternal Access')2. Return variables name should be global (with at least onecapitalletter) because it is set asynchronously in a differenttask andwill not be accessible if it is set as a localvariable.3. Since the request is performed asynchronously,returnedcode/response might not be available immediately. If youwant tocapture the returned code/response, you can set an action to'WaitUntil' the variable 'is set'. But remember to clear thevariablebeforehand because these variables are global and willremain aftertasks finished..---CookiesThe cookies will be found in the %hdr_set_cookie variable ifyourresponse header variable prefix is set to %hdr. If therearemultiple Set-Cookie headers they will stored in the samevariableseparated by newlines.---Feel free to leave comments or send email to me if you haveanysuggestions to improve this application.Special thanks to Arno Puder for helping me test the app.
Locale X
Judge Robert Restaino jailed 46 people when a mobile phoneranginhis courtroom and no one admitted responsibility. SoweinventedLocale®! Locale's advanced artificialintelligenceautomatessettings automatically. For example: arrive atwork andinstantlyyour ringer silences, your wallpaper snaps to thatscenicCaribbeanphoto, and Wi-Fi switches on. With Locale, neverworryabout yourringer going off accidentally again. Once youexperienceLocale'spower and convenience, you'll never want to bewithout it.Set itand forget it! LOCATION Locale leveragespatentedartificialintelligence geofencing algorithms for instantlocationdetection.Configuring is simple—it just works! To create ageofencelocation,drag and drop the pin on the map, resize theradius usingyourfinger, and Locale does the rest. The best part? Nobatterydrain.Locale's sophisticated sensor fusiontechnologycombinesaccelerometer, cell, Wi-Fi, Bluetooth, GPS, andothersignals foroptimal accuracy, performance, and battery life.Duringourextensive testing across dozens of popular Androiddevices,wefound Locale's typical battery impact too small toevenmeasure.FEATURES Locale focuses on quality, not quantity.We'veselectedthe best features and make sure they are rock solid.Localehasbuilt-in Conditions for: - Battery - Calendar - Charger-Driving -Face Down - Headphone - Location - Time Localehasbuilt-inSettings for: - Bluetooth - Display Brightness -DisplayRotationLock - Display Sleep - Launch App - Launch Shortcut- SendSMS -Text to Speech - Volume, Ringer - Volume, Media -Wallpaper -Wi-FiRECIPES With so many built-in conditions andsettings, awholevariety of automations are possible. Let Localetake careofrepetitive tasks for you. How about configuring VIPs,likeyourkids, to always ring through? Done. Want to automaticallysendanSMS to your spouse to let them know you arrived atwork?Noproblem. Wish you could connect your headphones and yourmusicappwould start? Yes! What about getting in the carandautomaticallylaunching Google Maps or Waze? Locale can doit!PLUG-INS Localemanages more than your ringer. Along withbuilt-inconditions andbuilt-in settings, Locale expands with anadvancedplug-inarchitecture. Hundreds of plug-ins for Locale areavailableonGoogle Play. SUPPORT Locale is the longest standing apponGooglePlay, continuously maintained since October 2008.WithLocale, youget what you pay for: Locale is fast,accurate,reliable, secure,and battle tested. We stand behind ourapp 100%.Have a question?Just ask! Looking for troubleshootinginformationand tips abouthow to use Locale? Visit ourwebsite:www.244.am/support Locale istested and fully compatiblewith all ofthe latest Android devicesand versions, includingAndroid 11. BUZZLocale won the grand prizeof Google's AndroidDeveloper Challenge,because it is one of thecoolest apps forAndroid and showcases whatthe Android platformcan really do. Thisis what they are saying:Essential Android Appsfor2018-lifehacker.com/the-essential-android-apps-for-2018-1829424567Oneofthe top 10 apps that best use location - Wired Magazine Oneofthetop 10 apps for your Droid - PCWorld MagazineSUBSCRIPTIONSAsubscription is required to enable Locale X. Newsubscribersareeligible for a free trial. Further details availablewithintheapp. Without a subscription, you can look around theapp.ButLocale X will not monitor conditions orchangesettingsautomatically. In addition to enabling LocaleX,subscribers getongoing access to: - Backup and sync -Continuouslylearning AIlocation - Cloud performance tuning -Support - Appupdates -Security monitoring Our subscription FAQ isavailableatwww.244.am/subscriptions
Tinycore - CPU, RAM monitor 4.0.0
Try out our new game Pixie Dust:http://goo.gl/XjhyGzIntroducingTinycore Tinycore is a systemmonitor app that makesyourstatus-bar just a little more useful byadding a CPU orRAMindicator to it. The indicator is a few pixelshigh line whichisby default added to the top-right corner ofthestatus-bar.Functionality Tinycore features a highlycustomizableexperience,minimalistic and innovative Holo design andiscompletely designedto be lightweight (low system footprint).WithTinycore monitoringyour devices CPU or RAM becomes much easierandinteresting.Features Tinycore is fully compatible withmulticoredevices, runson Android 2.2+, is completely free but someadvancedfeatures canbe unlocked using in-app purchase. Monitortypes: • CPUusage • CPUfrequency • RAM usage • Battery levelCustomizationoptions: •Fore- and background color • Height &Width •Position •Orientation • Auto boot • Update interval •Status-barbehavior •Notification behavior • And many moreDevelopment Followthedevelopment on XDA: http://goo.gl/6iHCw1Social Follow usonFacebook: http://goo.gl/cT0fKv FAQ Q: What doesthe weightoption?A: If you have more than one monitor the weightoptionsspecifieshow the layout is divided between the monitors.Forexample onemonitor can take up 70% of the available spaceandanother monitorthe remaining 30%. Q: I purchased the proversionbut is does notactivate. A: Quit the app and restart it withaworking internetconnection, this should fix your problem. Ifyouhave stillproblems make sure your purchase was successful. Q:DoesTinycorerun when the screen is off? A: No, Tinycore keeps alowsystemfootprint and stops monitoring.
WebSharing (WiFi File Manager) 2.0.1.0
NextApp, Inc.
Transfer and view files, music, photos, and videos from yourphoneover Wi-Fi.
Simple System Monitor 3.7.5
Simple system monitoring tool
Treble Info 5.2.3
Helps you check Project Treble, A/B and Architecture forGSIinstallation
AutoApps 1.8.5
joaomgcd
Manage all your AutoApps. Automate your life!
Default Apps Pro 3.20-pro
Speak Trendy
Clearing and setting your default applications made easy.
CleanSlate Kernel Config 3.3.1
Pal Illes
Kernel Configuration application using UnprivilegedConfigurationInterface
SecureTask 4.1.1
SecureTask is Tasker plugin to manage secure settings
SyncMe Wireless 3.2.9611
bvaisoft
Copy, move, sync and backup to your computer or NAS device.
SSHelper 13.2
Paul Lutus
SSHelper is an advanced, multi-protocol, secure server fortheAndroid platform.
3C Network Manager 1.2.8b
3c
Simple yet effective network monitor and manager
Tasker App Factory 5.11.14
*** This Is An Extension To The App'Tasker'****** You Cannot Launch It ****** You Cannot Use It Without The latest Tasker version ***Create your own apps for fun and profit! Astound friends andfamilywith your development abilities!- generate an app from a task or project in less than10seconds- no programming required- no Internet connection required- Tasker not required after app creation- app can be distributed or sold (e.g. on Play Store) howeveryoulike* Disclaimer *Tasker App Factory is not guaranteed to work with allfutureversions of Android. Specifically, Google may make changeswhichmake on-device app creation impossible.* More Info *http://tasker.dinglisch.net/userguide/en/appcreation.html* Mini FAQ *Q: Can I create apps with profiles and/or scenes ?A: Yes, read the More Info linkQ: Did you know App Factory is crashing on Lollipop ?A: Yes, an update is due start of December* Permissions Notes *- READ_CONTACTS is required to be able to include contactthumbnailsin the created app, and then only if specified by theuser- WRITE_EXTERNAL_STORAGE is required to put the new app onexternalstorage (note: on some devices, 'external storage'isnon-removable, which is also fine)- WAKE_LOCK is required to stop the device sleeping while the appisbeing created- created apps do not necessarily have these permissions, onlytheones needed for the functions they use
SystemPanel 2 2.0.b14
NextApp, Inc.
SystemPanel 2 beta.
Streamline3 Admin 4.5.0
This app is for you; the Streamline3 console administrator.Nowwiththe Streamline3 Admin app you can: • Connect totheStreamline3Admin Console from anywhere • Approve requestsfromusers withinyour account for access to: o YouTube and MediaoWebsites o Mobileapps New functionality will bereleasedperiodically to make youradministrator role even easier.TheStreamline3 Admin app supportspasscode authentication toprovideyou with a level of security overyour account without theneed toconstantly input your username andpassword. The appdashboardgives you a very easy view on allpending actions in youraccountand provides a fast and intuitivemeans to action eachrequest.We're listening. Tell us what youlike, what we can dobetter, andwhat features you would like to seenext. Send yourfeedback [email protected] or use the‘Feedback’ option inthe app.IMPORTANT: You must be a Streamline3Administrator in orderto signin and use this app.
3C Sensitive Backups 1.6.1
3c
Simple backup for your sensitive user data
Metrodroid 3.0.0
micolous
Metrodroid reads information from some NFC smartcards forpublictransport.
3C App Manager 1.5.0
3c
The most powerful app manager for Android
EteSync - Secure Data Sync 2.4.3
Tengu
Secure, private and end-to-end encrypted calendar, contactsandtasks sync
Infraspeak 1.8.24
Infraspeak makes maintenance management simple and efficient.
Splunk Mobile 2023.6.25
Splunk Inc.
Take insights with you anywhere you go with Splunk Mobile
DynamicG Utilities Plugin
DynamicG
☆☆☆ This is a Plugin, not an App - itdoesNOT run standalone ☆☆☆Get the main app here: Time RecordingThis plugin provides:• Vibra alarm for the «Target time reached» and «Break over»alarmnotifications• «Add geo location» on the text editors, see screenshots
UiTask 2.2.0
Stylish user interface tools for Tasker
Paymo Project & Time Tracking 5.12.13
Paymo
Manage projects, tasks, track time, generate timesheets &createinvoices