mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Change download directory for apk file
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package forge.interfaces;
|
||||
|
||||
public interface IDeviceAdapter {
|
||||
boolean isConnectedToInternet();
|
||||
boolean isConnectedToWifi();
|
||||
String getDownloadsDir();
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
package forge.interfaces;
|
||||
|
||||
public interface INetworkConnection {
|
||||
boolean isConnected();
|
||||
boolean isConnectedToWifi();
|
||||
}
|
||||
Reference in New Issue
Block a user