https://kotlinlang.org logo
Title
u

user

07/08/2022, 5:11 AM
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.location/java.lang.String}; I working on a flutter project which uses location services. There is one case where user 'denied permission forever', that time i need to open app location setting to turn it on and for that i'm using native code of kotlin. all code of native is working fine (checking using Log) but on startActivity(Intent(this, Settings.ACTION_LOCATION_SOURCE_SETTINGS::class.java)) it does not open that app location setting page and says the error android.content.ActivityNotFoundException: Unable to find...