I am new to android and i was actually try to use onBackPressed using if method.
For example:
@Override
protected void onCreate(Bundle savedInstanceState){
super.onCreate(savedInstanceState);
if( pressed back button... ){
// action
}
}
Overriding onBackPressed method didnt help me at all