File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Mandatory change:
47
47
48
48
From Android Studio do ` Refactor -> Migrate to AndroidX ` . Then click on ` Migrate ` button and finally click on ` Do Refactor ` .
49
49
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.
51
51
52
52
``` bash
53
53
npm install jetifier
@@ -114,4 +114,8 @@ Recommended changes:
114
114
115
115
In ` android/app/src/main/AndroidManifest.xml ` file, add ` |smallestScreenSize|screenLayout|uiMode ` in the activity ` android:configChanges ` attribute.
116
116
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
+
117
121
For API changes check the [ Release Notes] ( https://github.com/ionic-team/capacitor/releases/tag/2.0.0 )
You can’t perform that action at this time.
0 commit comments