Uninstall apps in android 11

39 views
Skip to first unread message

Edited cocktail

unread,
Dec 8, 2021, 4:46:08 PM12/8/21
to DroidScript
Today i was watching apps launcher demo, all was good but uninstall button was not working, i scan the code and realize that only telegram could be uninstalled with this method: 
        var action = "android.intent.action.DELETE";
        var uri = "package:" + curIcon.packageName;
        var cb = OnResult;
        app.SendIntent( null, null, action, null, uri, null, null, "result", cb )
Reply all
Reply to author
Forward
Message has been deleted
0 new messages