I want to open system settings in android. As per documentation, Linking.sendIntent() can send intents mentioned at AndroidSettings.
While using settingsIntent, i am facing issue.
How can i pass FLAG_ACTIVITY_NEW_TASK to sendIntent implementation?
I want to open system settings in android. As per documentation, Linking.sendIntent() can send intents mentioned at AndroidSettings.
While using settingsIntent, i am facing issue.
How can i pass FLAG_ACTIVITY_NEW_TASK to sendIntent implementation?