F FrancisDu09 Member Licensed User Oct 25, 2020 #1 Hello, I have a bug wich occurs only on Samsung Galaxy Note4, so i want to disable code when running on that particular device . Is there a way to get device codename ? I searched within the forum but didn't find anything. Thanks, Francis
Hello, I have a bug wich occurs only on Samsung Galaxy Note4, so i want to disable code when running on that particular device . Is there a way to get device codename ? I searched within the forum but didn't find anything. Thanks, Francis
asales Expert Licensed User Longtime User Oct 25, 2020 #2 B4X: Dim phone1 As Phone Log(phone1.Manufacturer) Log(phone1.Model) Log(phone1.Product) Upvote 0
F FrancisDu09 Member Licensed User Oct 25, 2020 #3 Looked at phone lib but missed it. Thank you very much. Francis Upvote 0