From 46ca0309f48a760cece547b9b07b4288f0f7333c Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Mon, 6 Apr 2020 17:07:29 +0200 Subject: [PATCH] docs(updating): Add some 2.0.0 missing information (#2707) --- site/docs-md/android/updating.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/docs-md/android/updating.md b/site/docs-md/android/updating.md index 7a2d6cf28f..c00dc5d99b 100644 --- a/site/docs-md/android/updating.md +++ b/site/docs-md/android/updating.md @@ -47,7 +47,7 @@ Mandatory change: From Android Studio do `Refactor -> Migrate to AndroidX`. Then click on `Migrate` button and finally click on `Do Refactor`. - If using Cordova plugins that don't use Android X yet, you can use [jetifier](https://www.npmjs.com/package/jetifier) tool to patch them. + If using Cordova or Capacitor plugins that don't use Android X yet, you can use [jetifier](https://www.npmjs.com/package/jetifier) tool to patch them. ```bash npm install jetifier @@ -114,4 +114,8 @@ Recommended changes: In `android/app/src/main/AndroidManifest.xml` file, add `|smallestScreenSize|screenLayout|uiMode` in the activity `android:configChanges` attribute. +* Add caches folder to FileProvider file paths to avoid permission error on editing gallery images. + + In `android/app/src/main/res/xml/file_paths.xml` add ``. + For API changes check the [Release Notes](https://github.com/ionic-team/capacitor/releases/tag/2.0.0)