You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/24 10:18:25 UTC

[GitHub] [cordova-plugin-inappbrowser] ssb22 commented on issue #445: [android] Missing icon results in warning in Play Store on tablets

ssb22 commented on issue #445: [android] Missing icon results in warning in Play Store on tablets
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/445#issuecomment-475945518
 
 
   Unfortunately, creating `drawable-xxxhdpi` is not likely to make the Play Store warning go away.
   
   I have an unrelated app, I declared `<supports-screens android:largeScreens="true" android:xlargeScreens="true" />` in `AndroidManifest.xml`, my layout only contains a `WebView` with height and width set to `fill_parent`, yesterday I uploaded a 10-inch tablet screenshot *and* added `drawable-xxxhdpi` icons, and Play Store **still** says "This app may not be optimised for your device" to 10-inch tablet users (I haven't yet been able to test whether it also says the same thing to 7-inch tablet users but I presume so).
   
   We don't yet know what logic Play Store uses to generate that warning, but my experience demonstrates that it is not as simple as checking for `xxxhdpi` drawables.  Does anybody know a Google developer who can reveal what the Play Store *actually checks for*? as all online discussion seems full of guesswork and people saying "I tried your suggestion and it didn't work".

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org