asma
asma

Reputation: 71

Back button functionality in android

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 ?

Upvotes: 0

Views: 110

Answers (1)

CodePrimate
CodePrimate

Reputation: 6666

Can't you just call onBackPressed() ?

Upvotes: 2

Related Questions