mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Support detecting whether device is a tablet and use that to determine whether to enforce portrait orientation
This commit is contained in:
@@ -3,6 +3,7 @@ package forge.interfaces;
|
||||
public interface IDeviceAdapter {
|
||||
boolean isConnectedToInternet();
|
||||
boolean isConnectedToWifi();
|
||||
boolean isTablet();
|
||||
String getDownloadsDir();
|
||||
boolean openFile(String filename);
|
||||
void exit();
|
||||
|
||||
Reference in New Issue
Block a user