Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I got multiple devices of the same model. So in Google Play Store, I would see them with the same name which by default is the Carrier + Manufacturer + Model. So it is quite confusing which one is which. I recently found out that you can set a nick name for each device under "My order and settings" -> Settings on Google Play Store website. It is great. But anyone know if there is a way to retrieve the nick names of the current device on Android in my app? I would like to display the nick name rather than the model number in my app. I guess if there is a way, it must be through an API provided by Google Play Store app? Any ideas? Thanks!

share|improve this question

1 Answer

up vote 0 down vote accepted

Unfortunately there is no official Google Play Store API, so this can't be done. There is one unoffical one tough, but you can't do this with this one eather.

share|improve this answer
Thanks, Ahmad! Could you please point me to the unofficial API? – Safecoder Oct 20 '12 at 2:27
Here you go: code.google.com/p/android-market-api But as said this does not support getting the nickname. – Ahmad Oct 20 '12 at 2:32
Thank you very much for the link! – Safecoder Oct 20 '12 at 2:38
you're welcome :) – Ahmad Oct 20 '12 at 2:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.