Skip to content

Commit 46ca030

Browse files
authored
docs(updating): Add some 2.0.0 missing information (#2707)
1 parent 1c633c5 commit 46ca030

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site/docs-md/android/updating.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Mandatory change:
4747

4848
From Android Studio do `Refactor -> Migrate to AndroidX`. Then click on `Migrate` button and finally click on `Do Refactor`.
4949

50-
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.
50+
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.
5151

5252
```bash
5353
npm install jetifier
@@ -114,4 +114,8 @@ Recommended changes:
114114

115115
In `android/app/src/main/AndroidManifest.xml` file, add `|smallestScreenSize|screenLayout|uiMode` in the activity `android:configChanges` attribute.
116116

117+
* Add caches folder to FileProvider file paths to avoid permission error on editing gallery images.
118+
119+
In `android/app/src/main/res/xml/file_paths.xml` add `<cache-path name="my_cache_images" path="." />`.
120+
117121
For API changes check the [Release Notes](https://github.com/ionic-team/capacitor/releases/tag/2.0.0)

0 commit comments

Comments
 (0)