(Android) Implement 'Quit' button functionality - will still need to build

in working code for 'Back behavior = menu button'
This commit is contained in:
twinaphex 2013-11-26 16:30:29 +01:00
parent a7b34ec794
commit a8f51e4477

View File

@ -382,6 +382,7 @@ public final class MainMenuFragment extends PreferenceListFragment implements On
{
// TODO - needs to close entire app gracefully - including
// NativeActivity if possible
getActivity().finish();
}
return true;