Android學習之調用系統應用打開各類類型文件(支持Android7.0)

  /** * 調用系統應用打開圖片 * * @param context context * @param file file */ public static void openFile(Context context, File file) { Intent intent = new Intent(); intent.addFlags(Intent.FLAG_ACTIVITY
相關文章
相關標籤/搜索