I recently published my app, with tablet compatibility. 

Added the following in manifest.

<!-- supports the all the following types of screens -->
    <supports-screens
        android:largeScreens="true"
        android:normalScreens="true"
        android:smallScreens="true"
        android:xlargeScreens="true" />

    <!-- features used in the app -->
    <uses-feature
        android:name="android.hardware.camera"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.camera.autofocus"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.camera.flash"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.camera.front"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.telephony"
        android:required="false" />

    <uses-feature
        android:name="android.hardware.wifi"
        android:required="false" />

    <uses-feature
        android:name="android.software.webview"
        android:required="false" />


Google play shows tablet devices in the list of supported devices, but when 
searched from Live tablet devices, the application is not visible on tablet 
devices.
Please help me. Let me if I have missed some tags in the manifest.

-- 
*Cardinbox Technologies*.
*E* - [email protected]
*W* - http://www.cardinbox.com
*App* - https://cardinbox.app.link
*Facebook* - http://www.facebook.com/cardinbox
*LinkedIn* - http://www.linkedin.com/company/cardinbox
*Twitter* - http://www.twitter.com/cardinbox
------------------------------
"This e-mail message may contain confidential, proprietary or legally 
privileged information. It should not be used by anyone who is not the 
original intended recipient. If you have erroneously received this message, 
please delete it immediately and notify the sender. The recipient 
acknowledges that Cardinbox Technologies is unable to exercise control or 
ensure or guarantee the integrity of/over the contents of the information 
contained in e-mail transmissions and further acknowledges that any views 
expressed in this message are those of the individual sender and no binding 
nature of the message shall be implied or assumed unless the sender does so 
expressly with due authority of Cardinbox Technologies. Before opening any 
attachments please check them for viruses and defects."

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e3ffb1de-5fee-425d-a11d-c1c59f8f3fef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to