I recently posted an update for the app. Starting with the update, I received several emails asking why it is not compatible with the Samsung Galaxy Tab 10.1.
The only addition to the manifest is the following line:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
and the following is added to the application tag in the manifest:
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
The developer console says that the Galaxy Tab 10.1 is supported, so why is the issue related to incompatibility?
source share