Android Application Compatibility -
what should have write in manifest android application screen compatibility multiple android devices? tried compatible , support screen taking normal layout.
i think looking this
<supports-screens android:resizeable=["true"| "false"] android:smallscreens=["true" | "false"] android:normalscreens=["true" | "false"] android:largescreens=["true" | "false"] android:xlargescreens=["true" | "false"] android:anydensity=["true" | "false"] android:requiressmallestwidthdp="integer" android:compatiblewidthlimitdp="integer" android:largestwidthlimitdp="integer"/>
but giving can not achieve looking for
read this developer site
also example
Comments
Post a Comment