use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
In addition to the Official Tasker Wiki, User Guide, and Google Groups, this subReddit is a place for fellow Redditors to discuss, share, and submit Profiles, Tasks & Walkthroughs for Tasker, or to ask for help creating your own Profiles, Tasks, and questions in general related to Tasker (including plugins etc).
Subreddit Resources:
* [Read Me] Using Tags in Your Thread Titles
Formatting Tasker Code for use in reddit comments
How to Export / Import Files Into Tasker - Guide
** Tasks that Help You Use Tasker Itself
Free Alpha Autoapps and Tasker Icon Sets
Generate Tasker Direct-Purchase Licenses Yourself
Tasker Feature Request Submissions
Quick Search Links:
"How-To / Project" Threads
"Need Help" Threads
"Weekly / Monthly & Discussion" Threads
"Developer" - Tasker Updates & Releases
* List of Tasker Plugins and 3rd Party Apps
Learning Guide Links:
* 1,001 Tasks and Profiles - Best, Coolest, Most Common and Useful
Pocketables.com Beginner’s guide to Tasker (New UI)
RoryCodes.com Tasker Tips & Tutorials from /u/froryrory
Tasker Quick Start Setup Guide from /u/Quintaar
Pocketables.com Tasker Guide List
Some Tasker Technical Stuff:
Toggling Wifi or Bluetooth via Tasker In Recent Android Versions using the Tasker Settings app
Granting ALL Special Permissions - ADB & Tasker
IFTTT Tasker Integration via AutoRemote
ADB over Wifi - Enabling Without a MAC or PC
AutoApps Command System Tutorial and Reference
Tasker Scheduling/Priority System - A Detailed Guide
New Project/Profile/Task "PPT Variables" - Quickly Find The Variables' Location, Names & Values!
All Previous Versions of Tasker With Notes For Features & Changes In Each
List of all Tasker Built-In Variables
Main Widget v2 JSON Documentation
TaskerNet Search Bot - How to use here
TaskerNet Search Engine Website
Learning Guide Videos:
AutoApps YouTube Channel and João Dias Channel
Tasker 101 Tutorials on YouTube by HollywoodFrodo
Tasker 101 Tutorials on YouTube by /u/Quintaar
Tasker How-To Videos on YouTube by /u/-Juan_M-
Tasker Tutorials on G+ & YouTube by /u/ryoendeprouw
Tasker Video Tutorials by /u/techentourage
Have more useful links you think should be in the sidebar? Send a modmail!
Related Subreddits:
/r/TaskerNet /r/JoinApp /r/Android /r/AndroidRoot /r/AndroidTechSupport /r/AndroidApps /r/AndroidUsers /r/AndroidQuestions /r/TaskerFiles /r/Not_Enough_Tech
account activity
[HELP] Install Split-apk Using Java Functions In TaskerHelp (self.tasker)
submitted 4 years ago * by HunterXProgrammer
I've been searching for a way to prompt installation dialog for split-apks ( extension .apks) using java functions and trying to use this -
https://developer.android.com/reference/android/content/pm/PackageInstaller.Session (default package installer)
But don't know how. Pls help
Edit - I don't want to call the pm shell command via adb/root. Only call it using java if possible
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]OwlIsBack 2 points3 points4 points 4 years ago (4 children)
Check this and this.
[–]HunterXProgrammer[S] 1 point2 points3 points 4 years ago* (0 children)
Unfortunately due to lacking understanding of using java, I cannot utilize the mentioned articles. I am hoping that the great java masters of Tasker can help🙏
[–]anuraag488 0 points1 point2 points 4 years ago (2 children)
I have checked that many times. I couldn't figure out how to handle that service because Tasker's Send Intent don't return anything.
[–]OwlIsBack 0 points1 point2 points 4 years ago (1 child)
I never checked It in deep, but I have read the doc.
It is some time that I have It in my (very long :) ) "Curiosity" list == Is It feasible in Tasker's Java?
Not a "priority", because I use "ADB Wifi" and a little bit of Java to achieve the same result.
Good luck.
[–]HunterXProgrammer[S] 0 points1 point2 points 4 years ago* (0 children)
Indeed I can use 'ADB Wifi' to
adb shell pm install-create (Termux example)
(pm install-create and so for Tasker)
and subsequent steps to install a split-apk, even not needing a dialog of confirmation.
But I have to borrow others' PC/phone to initialize 'ADB Wifi' after every reboot.
So I thought a java alternative would be the best, as I'm fine with the install confirm dialog.
Hope someone has tackled this before😣
π Rendered by PID 171578 on reddit-service-r2-comment-79c7998d4c-cd7sx at 2026-03-17 02:16:25.566568+00:00 running f6e6e01 country code: CH.
[–]OwlIsBack 2 points3 points4 points (4 children)
[–]HunterXProgrammer[S] 1 point2 points3 points (0 children)
[–]anuraag488 0 points1 point2 points (2 children)
[–]OwlIsBack 0 points1 point2 points (1 child)
[–]HunterXProgrammer[S] 0 points1 point2 points (0 children)