lleggend
(Leggend_1)
December 8, 2020, 3:00pm
#1
is it possible to bring up a dialog box to uninstall the app by pressing a button in the same app?
Pradevel
(Pratyush Roy)
December 8, 2020, 3:56pm
#3
Can you please tell how to me??
How??
@Srrazmi
Srrazmi
(Web And App Developer)
December 8, 2020, 4:02pm
#4
Intent intent = new Intent(Intent.ACTION_DELETE);
intent.setData(Uri.parse("package:com.example.myapplication"));
startActivity(intent);
1 Like
Pradevel
(Pratyush Roy)
December 8, 2020, 4:03pm
#5
@Srrazmi
Can you Please explain with blocks
Pradevel
(Pratyush Roy)
December 8, 2020, 4:09pm
#7
Oh I didn’t see that one
Anyways Thanks!
Pradevel
(Pratyush Roy)
December 8, 2020, 4:10pm
#8
#off-topic
@Srrazmi
for Installing what can be the intent
Boban
(Boban Stojmenovic)
December 8, 2020, 4:57pm
#10
@Srrazmi You may want to send a link to the source of the image.
5 Likes
Vaibhav
(Vaibhav)
December 8, 2020, 5:17pm
#11
The source of the image showing the installation of app with activity starter in @Srrazmi reply above is from @Taifun ’s website. The link of the same is
How to download and install another app using the Activity Starter
2 Likes
AryanGupta
(Aryan Gupta)
December 8, 2020, 5:19pm
#12
you can use my extension for uninstalling the app -
aryan.gupta.Uninstall.aix (5.3 KB)
2 Likes
If your question was answered, the brand as a solution, the answer that served you. So your doubt can help others who have the same doubt.
Taifun
December 8, 2020, 5:32pm
#15
this seems to be a new extension?
did you already present it somewhere? or did I miss it?
as you know, I’m maintaining the extensions directory and I’m interested to keep it up to date…
for extensions it makes sense to start a new thread to present the extension to the community, to provide a screenshot of the available blocks and a short documentation how it works…
it does not make much sense to hide new extensions somewhere in a thread like this one…
Taifun
3 Likes
lleggend
(Leggend_1)
December 8, 2020, 5:36pm
#16
Taifun:
this seems to be a new extension?
did you already present it somewhere? or did I miss it?
as you know, I’m maintaining the extensions directory and I’m interested to keep it up to date…
for extensions it makes sense to start a new thread to present the extension to the community, to provide a screenshot of the available blocks and a short documentation how it works…
it does not make much sense to hide new extensions somewhere in a thread like this one…
Taifun
is a very useful extension, for this reason it would be better to publish it as a new topic as well.
1 Like
AryanGupta
(Aryan Gupta)
December 8, 2020, 5:37pm
#17
sur @Taifun it’s my test extension. Already created 5 weeks ago. But didn’t publish yet because it is easily possible using ActivityStarter.
and it also done with PkgUtils extension
1.Introduction
PkgUtils is basically related to Package and Package Manager and that is why it is similar to Package Utilities component already available in Kodular.
But it has a few more methods in comparison to native component
Latest Version: 5
Last Updated: 2020-07-22T18:30:00Z (UTC)
2.Blocks
Methods/Functions
[image]
[image]
[image]
[image]
[image]
3.Usage
A small documentation…
[scrnli_12_21_2019_12-01-49 PM]
Returns app name from package
[scrnli_12_…
Taifun
December 8, 2020, 5:39pm
#18
don’t worry,
start a new thread and present your extension including a screenshot of the relevant blocks and a short documentation… and don’t forget to follow the naming conventions…
you also can mention, how to do the same using the activity starter…
keep up the good work…
Taifun
4 Likes
system
(system)
Closed
January 7, 2021, 5:59pm
#20
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.