Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

For time being I don't have back button in my android device, For this I need to implement back button functionality. Using sensors like proximity or light sensors. So that when user taps or near a finger to proximity any application which is on foreground should come back to previous activity(it should acts like back button) How to do this in android ?

Thanks

share|improve this question
your device doesn't have Back button? really? because then it can't be Android – Waqas Apr 10 '12 at 11:34

1 Answer

Can't you just call onBackPressed() ?

share|improve this answer
Yes I did it but it is working only for my app but not for all apps. – asma Apr 10 '12 at 11:36
1  
you cant bring this behavior for all apps unless you customize your own Android ROM – Waqas Apr 10 '12 at 11:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.