I want to use onBackPressed() method and still want to provide support for Android SDK before 2.0.
onBackPressed() is introduced in Android SDK 2.0. but how to do ?
I want to use onBackPressed() method and still want to provide support for Android
Share
Using onKeyDown;