[android-developers] Re: Making an activity private to application

2010-12-12 Thread Shyam
Hi Dianne Hackborn, thanks for that. I will give it a try tomorrow. Reg Shyam On Dec 11, 7:02 pm, Dianne Hackborn hack...@android.com wrote: Just use android:exported=false to ensure it is not public. On Fri, Dec 10, 2010 at 11:09 PM, Doug beafd...@gmail.com wrote: If your activity

Re: [android-developers] Re: Making an activity private to application

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 12:39 PM, Doug beafd...@gmail.com wrote: If your activity requires an an intent filter, you could try requiring a password passed as an extra in the intent that launches it. That may at least slow down your serious attackers and deter the casual ones. Doug --

Re: [android-developers] Re: Making an activity private to application

2010-12-11 Thread Dianne Hackborn
Just use android:exported=false to ensure it is not public. On Fri, Dec 10, 2010 at 11:09 PM, Doug beafd...@gmail.com wrote: If your activity requires an an intent filter, you could try requiring a password passed as an extra in the intent that launches it. That may at least slow down your

[android-developers] Re: Making an activity private to application

2010-12-10 Thread Doug
If your activity requires an an intent filter, you could try requiring a password passed as an extra in the intent that launches it. That may at least slow down your serious attackers and deter the casual ones. Doug -- You received this message because you are subscribed to the Google Groups