aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/compatibility/AndroidLevel13Interface.java
blob: 6d3f3c3734b757da12fa66c76691dc31b666e5c4 (plain)
1
2
3
4
5
6
7
8
9
package cgeo.geocaching.compatibility;

import android.graphics.Point;

interface AndroidLevel13Interface {
    int getDisplayWidth();

    Point getDisplaySize();
}