Re: [android-developers] Plz help

2012-02-15 Thread Lew
TreKing wrote: > > Also, it's spelled "Please". I really don't understand why that particular > word is apparently left out of English language instruction in certain > foreign countries. > Such as the U.S. -- Lew -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Plz help

2012-02-15 Thread TreKing
On Wed, Feb 15, 2012 at 10:21 AM, Dhaval Varia wrote: > Not able to understand how to withdraw money from google checkout to my > bank account. That's a question for Google Checkout. Also, "Plz help" is a useless title for a post. Try indicating a relevant subject so people have an idea what th

Re: [android-developers] plz help close application

2012-01-10 Thread Dhaval Varia
thanks mark On Jan 10, 2012 6:18 PM, "Mark Murphy" wrote: > On Tue, Jan 10, 2012 at 7:24 AM, Ankit Kasliwal > wrote: > > just put > > android.os.Process.killProcess(android.os.Process.myPid()); > > to close all activity related with your appliction > > Please do not use this in production applic

Re: [android-developers] plz help close application

2012-01-10 Thread Dhaval Varia
thanks friend On Jan 10, 2012 5:50 PM, "Mark Murphy" wrote: > On Tue, Jan 10, 2012 at 7:09 AM, Dhaval Varia > wrote: > > how can we close app/activity? > > Your activity can "close" itself by calling finish(). > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/comm

Re: [android-developers] plz help close application

2012-01-10 Thread Mark Murphy
On Tue, Jan 10, 2012 at 7:24 AM, Ankit Kasliwal wrote: > just put > android.os.Process.killProcess(android.os.Process.myPid()); > to close all activity related with your appliction Please do not use this in production applications. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://

Re: [android-developers] plz help close application

2012-01-10 Thread Ankit Kasliwal
just put android.os.Process.killProcess(android.os.Process.myPid()); to close all activity related with your appliction On Tue, Jan 10, 2012 at 4:19 AM, Mark Murphy wrote: > On Tue, Jan 10, 2012 at 7:09 AM, Dhaval Varia > wrote: > > how can we close app/activity? > > Your activity can "close" it

Re: [android-developers] plz help close application

2012-01-10 Thread Mark Murphy
On Tue, Jan 10, 2012 at 7:09 AM, Dhaval Varia wrote: > how can we close app/activity? Your activity can "close" itself by calling finish(). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android T

Re: [android-developers] plz help....

2011-10-22 Thread RAJU V
having some apps to block ~~RAJU~~ ~~www.itdoall.co.cc~~ On Sat, Oct 22, 2011 at 3:04 PM, Divyata Panchal < panchal.divyat...@gmail.com> wrote: > how to block any contact number from contact list? > > -- > You received this message because you are subscribed to the Google > Groups "An

Re: [android-developers] plz help....

2011-10-13 Thread Divyata P
nope.. not malware!! jus to make an app for security purpose.. On Thu, Oct 13, 2011 at 3:23 AM, Kim Brorsson wrote: > Someone making malware, aye? > > Den 12 okt 2011 13.06 skrev "Divyata Panchal" >: > >> how to stop uninstallation of any application in android...? >> >> plz help.. >> >

Re: [android-developers] plz help....

2011-10-12 Thread Kim Brorsson
Someone making malware, aye? Den 12 okt 2011 13.06 skrev "Divyata Panchal" : > how to stop uninstallation of any application in android...? > > plz help.. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send

Re: [android-developers] plz help....

2011-10-12 Thread TreKing
On Wed, Oct 12, 2011 at 12:27 PM, Divyata P wrote: > i want to hide my application from uninstall list in android... give some > solution...!!! Mark gave it to you minutes after you asked. - TreKing

Re: [android-developers] plz help....

2011-10-12 Thread Divyata P
i want to hide my application from uninstall list in android... give some solution...!!! On Wed, Oct 12, 2011 at 4:43 PM, Mark Murphy wrote: > On Wed, Oct 12, 2011 at 7:04 AM, Divyata Panchal > wrote: > > how to stop uninstallation of any application in android...? > > Build your own phone and p

Re: [android-developers] plz help....

2011-10-12 Thread Mark Murphy
On Wed, Oct 12, 2011 at 7:04 AM, Divyata Panchal wrote: > how to stop uninstallation of any application in android...? Build your own phone and pre-install your application. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http:/

Re: [android-developers] plz help..!!!

2011-10-03 Thread Luis Ramirez
Pray about it On Sep 27, 2011 9:13 AM, "Divyata P" wrote: > *how to solve error given below..!!!* > > ERROR/ActivityThread(14320): Service com.micro.btsT.BtsService has > leaked IntentReceiver com.micro.btsT.BtsService$1@462b5288 that was > originally registered here. Are you missing a call to > u

Re: [android-developers] plz help..!!!

2011-09-27 Thread Ralph Bergmann | the4thFloor.eu
Am 27.09.11 18:13, schrieb Divyata P: > *how to solve error given below..!!!* read the error message > Are you missing a call to unregisterReceiver()? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

Re: [android-developers] plz help..!!!

2011-09-27 Thread Kumar Bibek
In the onPause method of your activity, you should unregister the receivers that you might have registered. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Sep 27, 2011 at 9:43 PM, Divyata P wrote: > *how to solve error given below..!!!* > > ERR