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.
Javaで使用している電話(特定のモデル番号など)を検出するために、Androidアプリをどのように呼び出すことができますか?
「最終製品のエンドユーザーに表示される名前」(ドキュメント) を表示する場合、これは機能するはずです。
String mDeviceModel = android.os.Build.MODEL;
工業名について:
String mDeviceName = android.os.Build.DEVICE;
製造元を取得するには:
String mDeviceManufacturer = android.os.Build.MANUFACTURER;