Re: [android-developers] Disabling/Hiding the Application ?

2012-11-09 Thread Alexey
Dianne, is it possible to disable other apps that I'm developing. For example, I develop 2 apps, and then I develop third app that includes functionality of previous ones. Can I disable my old apps? Is it possible to add some common security id in manifest to do this using setApplicationEnabledS

Re: [android-developers] Disabling/Hiding the Application ?

2010-03-01 Thread Dianne Hackborn
You can do this to your own app with these: http://developer.android.com/reference/android/content/pm/PackageManager.html#setApplicationEnabledSetting(java.lang.String, int, int) http://developer.android.com/reference/android/content/pm/PackageManager.html#setComponentEnabledSetting(android.conte

Re: [android-developers] Disabling/Hiding the Application ?

2010-03-01 Thread TreKing
On Mon, Mar 1, 2010 at 6:53 PM, GPU wrote: > Is their any way to do that ? I certainly hope not. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rez

[android-developers] Disabling/Hiding the Application ?

2010-03-01 Thread GPU
Hi , How to disable a application which already installed in the device ?. So that it wont display icon to the user & user cant invoke the app by "pm start -n /." . Is their any way to do that ?. -- You received this message because you are subscribed to the Google Groups "Android Developers"