Hi Google folks, I'm managing an old App for my company (as developer). I've incurred in this issue
>From Google Play the app is not compliant for Galaxy Tab 4 SM-T535 with Android 5.0.2, knox 2.4. Whereas it is compliant for Galaxy Tab A SM-T555 ever with Android 5.0.2, knox 2.4. The two tablet have ARM CPU: - SM-T535: ARM Cortex-A7, 32bit, ARMv7 - SM-T555: ARM Cortex-A53, 64bit, ARMv8 In thne manifes file the onlyu restricion is on the camera presence: <uses-feature android:name="android.hardware.camera" android:required="true" /> <uses-feature android:name="android.hardware.camera.autofocus" /> <uses-sdk android:minSdkVersion="8" /> The libraty used are: armeabi - -- 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/4ec1734b-b99e-4dab-beb2-354054fb8376%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

