I want my android app to have different launcher icons when on different devices. Specifically, on Huawei and honor, one icon, and all other devices another. Is it possible ?
Asked
Active
Viewed 113 times
1
-
To my knowledge there is no way to specify different icons based on which specific phone model your app is installed on. – Karakuri Dec 25 '16 at 10:35
-
See [here](http://stackoverflow.com/questions/7071281/get-android-device-name). It's a single way. Or just ask the user about it =). – Denis Sologub Dec 25 '16 at 11:02
-
You can refer to this question. http://stackoverflow.com/questions/1995439/get-android-phone-model-programmatically – Muhammad Warraich Dec 25 '16 at 11:14
-
thank you for replay :) and thank you for links !))) – Vahe Hovsepyan Dec 25 '16 at 21:27