Closed maggialejandro closed 6 years ago
@maggialejandro
have you tried calling it like this?
android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS
@maggialejandro
I'm not too familiar with react native, but after looking at your manifest, it doesn't appear there's any mention of other activities.
I'm not set up for react native environment, but if I was, I would try adding something like this:
<activity android:name=".YourActivity">
<intent-filter>
<action android:name="android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
Either way, I'd double check your manifest
cheers
-TJB
Fatal Exception: android.content.ActivityNotFoundException
OS: 6.0.1 Device: Ken Brown Neo Wise
Lib Version: 2.4.4
any ideas? Thanks in advance!