Administratorの投稿記録

利用者の編集は17,881回。 2019年11月5日 (火)にアカウント作成。
投稿の検索開く折り畳む
⧼contribs-top⧽
⧼contribs-date⧽
(最新 | 最古) ( | ) (20 | 50 | 100 | 250 | 500 件) を表示

2024年10月22日 (火)

  • 02:342024年10月22日 (火) 02:34 差分 履歴 +861 .NET for AndroidでデバイスのSIMスロット数を取得するページの作成:「== 必要な権限 == * android.permission.READ_PHONE_STATE == 大雑把なコード == <source lang=csharp> var telephonyManager = GetSystemService(TelephonyService) as TelephonyManager; if (telephonyManager == null) throw new NotSupportedException(); // API レベルに応じて SIM スロット数を取得 int simSlotCount = 0; if (Android.OS.BuildVersionCodes.R <= Android.OS.Build.VERSION.SdkInt) {// API Level 30 (Android 11) 以上 simSlotCount = tel…」

2024年10月21日 (月)

2024年10月18日 (金)

2024年10月16日 (水)

(最新 | 最古) ( | ) (20 | 50 | 100 | 250 | 500 件) を表示