Enabling my disabled app programmatically

Ramiz Raja

I was just checking package manager functions and i used its function setApplicationEnabledSetting ( pkgName , *_disabled , DONT_KILL_APP ) and now my app is hidden from device. I cannot updated code from eclipse and there is no way to uninstall it. Is there way that i can programmatically re-enable my app and updated my code by installing from eclipse ?

CommonsWare

and there is no way to uninstall it

It should appear in the apps list in Settings, unless you're on 4.3, in which case there's a bug which means that it might not appear. In that case, use adb uninstall your.package.name.here to uninstall it. Or, if it's an emulator, start it manually from the AVD Manager, choosing "Wipe user data", to effectively factory-reset the emulator image.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Enabling zombies stops my app from crashing

From Dev

Enabling iCloud with Provisioning Profiles in my App

From Dev

Enabling iCloud with Provisioning Profiles in my App

From Dev

Enabling zombies stops my app from crashing

From Dev

How to know if Show Notification is disabled for my app?

From Dev

How to know if Show Notification is disabled for my app?

From Dev

Exception when enabling disabled RadGrid

From Dev

Background App Refresh checking, enabling and disabling programmatically for whole device and for each particular application in iOS 7

From Dev

Google map is enabling GPS programmatically?

From Dev

How do I know if cellular access for my iOS app is disabled?

From Dev

Why isn't the "disabled:" tailwind prefix not working in my react app?

From Dev

Enabling disabled button after successful jQuery validation

From Dev

Enabling a disabled select option via onchange?

From Dev

Enabling a disabled button by clicking a different button

From Dev

Enabling disabled button after successful jQuery validation

From Dev

ng-disabled nor enabling Submit button

From Dev

How to launch camera app from my windows 10 app programmatically?

From Dev

Disabled WiFi but it keeps re-enabling itself; want it to stay disabled

From Dev

Enabling SMS support in Hangouts 2.0 breaks the BroadcastReceiver of SMS_RECEIVED in my app

From Dev

Xcode - Enabling iTunes file sharing on my app but it doesn't appear in the list in iTunes?

From Dev

Enabling SMS support in Hangouts 2.0 breaks the BroadcastReceiver of SMS_RECEIVED in my app

From Dev

Xcode - Enabling iTunes file sharing on my app but it doesn't appear in the list in iTunes?

From Dev

Programmatically enabling/disabling accessibility settings on Android device

From Dev

programmatically enabling buttons taking several seconds

From Dev

Enabling old/unsafe Ciphers programmatically in Java

From Dev

How would I reference the main storyboard in my app programmatically in swift?

From Dev

Getting /data/data/my.app/files path programmatically?

From Dev

How can I change the locale for my app programmatically via Swift?

From Dev

How to run a applescript (.scpt) programmatically in my OS X app?

Related Related

  1. 1

    Enabling zombies stops my app from crashing

  2. 2

    Enabling iCloud with Provisioning Profiles in my App

  3. 3

    Enabling iCloud with Provisioning Profiles in my App

  4. 4

    Enabling zombies stops my app from crashing

  5. 5

    How to know if Show Notification is disabled for my app?

  6. 6

    How to know if Show Notification is disabled for my app?

  7. 7

    Exception when enabling disabled RadGrid

  8. 8

    Background App Refresh checking, enabling and disabling programmatically for whole device and for each particular application in iOS 7

  9. 9

    Google map is enabling GPS programmatically?

  10. 10

    How do I know if cellular access for my iOS app is disabled?

  11. 11

    Why isn't the "disabled:" tailwind prefix not working in my react app?

  12. 12

    Enabling disabled button after successful jQuery validation

  13. 13

    Enabling a disabled select option via onchange?

  14. 14

    Enabling a disabled button by clicking a different button

  15. 15

    Enabling disabled button after successful jQuery validation

  16. 16

    ng-disabled nor enabling Submit button

  17. 17

    How to launch camera app from my windows 10 app programmatically?

  18. 18

    Disabled WiFi but it keeps re-enabling itself; want it to stay disabled

  19. 19

    Enabling SMS support in Hangouts 2.0 breaks the BroadcastReceiver of SMS_RECEIVED in my app

  20. 20

    Xcode - Enabling iTunes file sharing on my app but it doesn't appear in the list in iTunes?

  21. 21

    Enabling SMS support in Hangouts 2.0 breaks the BroadcastReceiver of SMS_RECEIVED in my app

  22. 22

    Xcode - Enabling iTunes file sharing on my app but it doesn't appear in the list in iTunes?

  23. 23

    Programmatically enabling/disabling accessibility settings on Android device

  24. 24

    programmatically enabling buttons taking several seconds

  25. 25

    Enabling old/unsafe Ciphers programmatically in Java

  26. 26

    How would I reference the main storyboard in my app programmatically in swift?

  27. 27

    Getting /data/data/my.app/files path programmatically?

  28. 28

    How can I change the locale for my app programmatically via Swift?

  29. 29

    How to run a applescript (.scpt) programmatically in my OS X app?

HotTag

Archive