Questions tagged [android-package-managers]

Class for retrieving various kinds of information related to the application packages that are currently installed on the device. You can find this class through getPackageManager().

561 questions
-3
votes
1 answer

Want to publish app with same pakagename by different Google Play Store

I have an app in Google Play Store. But unfortunately I am unable to upload new app by same Google Play store. So I want to publish app with another Google ID with same pakagename. Example: Existing App Pakage Name: pakage.abir.xxx.xx Existing…
-3
votes
1 answer

How to hide app icon in apps launcher and run in other app

I have an android app which must be launch by another app in same device and i want to hide the first app launcher icon on andorid,how can i accomplish this ? Code: PackageManager p = getPackageManager(); …
-3
votes
1 answer

How to get List of Launching apps

I would like to store the package name when user launch the application.When user open a application i would like to get that package name. Thanks in advance.
-3
votes
1 answer

There is a issue in parsing the package, android?

I've made this application, which I've been testing for a while now. When I was done I put it on the Market store and it was all good but now a made a new version, not changing the manifest it gives me an error on my phone when I try to install…
-5
votes
3 answers

How to get package name of any application after successful installation in android?

I am devloping an app that contain list of app ,what I have to do is when user click on particular app he will be redirected to google play store and after successful download of that app I have to get package name of that app for this I am using…
Raghvender Kumar
  • 143
  • 3
  • 11
1 2 3
37
38