Fix so Android app is fully closed when exiting

This commit is contained in:
drdev
2014-08-24 18:06:26 +00:00
parent 32cac7b12c
commit efa6b60b47
10 changed files with 100 additions and 59 deletions

View File

@@ -4,4 +4,6 @@ public interface IDeviceAdapter {
boolean isConnectedToInternet();
boolean isConnectedToWifi();
String getDownloadsDir();
boolean openFile(String filename);
void exit();
}