capacitor-share-extension
capacitor-share-extension copied to clipboard
Fix: Update InstrumentationRegistry call for Android
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