I wonder how other people handle this issue, and can't seem to find a definitive answer.
I am doing a JSP redirect for a mobile version of a website, and things are working fine for other platforms, but Android presents an issue. According to the comments in the answer of this post, can one really infer that simply targeting mobile in the User Agent string will target Android devices and exclude all Android tablets? I would love to hear a resounding "YES!", but would also like to hear different angles on this.
I was considering using screen resolution if the User Agent string contains android, but am wondering how much longer that will continue to be a good gauge. We are seeing a variety of tablets that don't have the real estate of an iPad, but are definitely bigger than a Smartphone size. I also think it won't be long before we see phones with resolutions of 1280x800, considering some of the in-between devices we are starting to see.