//端末IDの取得 public static String getPhoneID(Context context) { return android.provider.Settings.System.getString( context.getContentResolver(), android.provider.Settings.System.ANDROID_ID); } //メモリ(空きヒープ/使用中ヒープ/確保ヒープ) public static void memory(Context context) { String memory="memory>"+ Long.toString(Debug.getNativeHeapFreeSize()/1024)+","+ Long.toString(Debug.getNativeHeapAllocatedSize()/1024)+","+