I\'m developing an Android app that\'s going to work with bitmaps extensively and I\'m looking for a reliable way to get the maximum texture size for OpenGL on different dev
This will give you the maximum height allowed.
Canvas canvas = new Canvas(); canvas.getMaximumBitmapHeight() / 8