Add extension.onBackPressed (for Android)

This commit is contained in:
Joshua Granick
2015-09-02 19:55:28 -07:00
parent 5450de5542
commit 1e698225e5
4 changed files with 48 additions and 0 deletions

View File

@@ -33,6 +33,13 @@ public class Extension {
}
public boolean onBackPressed () {
return true;
}
/**
* Called when the activity is starting.
*/