diff options
Diffstat (limited to 'main/src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java')
| -rw-r--r-- | main/src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/main/src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java b/main/src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java deleted file mode 100644 index 45b465b..0000000 --- a/main/src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java +++ /dev/null @@ -1,15 +0,0 @@ -package cgeo.geocaching.compatibility; - -import android.app.Activity; -import android.view.Display; - -class AndroidLevel8Internal { - - public AndroidLevel8Internal() { - } - - public static int getRotation(final Activity activity) { - Display display = activity.getWindowManager().getDefaultDisplay(); - return display.getRotation(); - } -} |
