capacitor-share-extension
capacitor-share-extension copied to clipboard
Results
2
capacitor-share-extension issues
Sort by
recently updated
recently updated
newest added
This PR updates the InstrumentationRegistry call in `ExampleInstrumentedTest.java` for compatibility for Android API level 28 and above, as the previous `getTargetContext()` call was deprecated in API 28. See issue: https://github.com/calvinckho/capacitor-share-extension/issues/13
Hi folks, It appears that the getTargetContext() function is deprecated in Android API level 28, which is causing builds to break. I'm not sure if this effects everyone so I...