Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序在新的三星 Galaxy 智能手机上崩溃。我想知道是否有办法检测它是否在这些手机上运行?(所以 Galaxy 手机不会运行导致它们崩溃的代码,但其余的智能手机会运行它)
包中有许多常量android.os.Build可以帮助您找到所需的内容。特别是有一个MODEL常数,它指的是产品的名称。
android.os.Build
MODEL