Hi
I want to access the setting page for my ionic app what should I pass in as argument here in place of about
this.plt.ready().then(()=>{
this.openNativeSettings.open(“about”).then(val=>{
})
})
Like if chrome is the app I want to open this page
Thanks