capacitor-share-extension icon indicating copy to clipboard operation
capacitor-share-extension copied to clipboard

Fix: Update InstrumentationRegistry call for Android

Open chanmathew opened this issue 9 months ago • 4 comments

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

chanmathew avatar May 22 '24 15:05 chanmathew