iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Add system information to User-Agent #75

Closed xiongchiamiov closed 11 years ago

xiongchiamiov commented 11 years ago

As I pointed out in iFixit/ifixit-microsoft#4, iOS adds various information about the system to the end of the user-agent, similar to browsers. Android does not appear to do this automatically. Compare:

  1. User-Agent: iFixit 39 rv:1.3 (iPod touch; iPhone OS 6.1.2; en_US)
  2. User-Agent: iFixitAndroid/20

You can see how the former gives us much more interesting (and useful) information.

It would be nice to append this in the User-Agent here; I'm not sure how much work this is on Android.