mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix so Android app is fully closed when exiting
This commit is contained in:
@@ -4,4 +4,6 @@ public interface IDeviceAdapter {
|
||||
boolean isConnectedToInternet();
|
||||
boolean isConnectedToWifi();
|
||||
String getDownloadsDir();
|
||||
boolean openFile(String filename);
|
||||
void exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user