I have two apps for Android tablets and Android phones. For tablet app I set android:minSdkVersion="11"
. But nowadays Android phones like Galaxy S3 has Android version 4.0.4 so S3 users can download my tablet app from Google Play Store. I want to warn phone users to download phone app when they install tablet app. Vice versa for tablet users download tablet app when they run phone app.
Is there any easy way to detect the device type?
Edit:
I found solution on this link.
In your manifest file you can declare screen feature for handset and tablets then Google Play decides download permissions for both phone and tablet.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…