I recently released an update to an app. Since the update I have received several emails asking why it's not compatible with the Samsung Galaxy Tab 10.1 anymore.
The only addition to the manifest is the following line:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
and the following added to the application tag in the manifest:
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
In the developer console it says the Galaxy Tab 10.1 is supported, so why is there an issue with it not being compatible?