hello everyone, while using anko is it possible to...
# android
p
hello everyone, while using anko is it possible to achieve something like this? the docs arent very clear when there isnt an actual target activity class
Copy code
button {
    onClick {
         startActivity(Intent(SETTINGS.ACTION_BLA)))
    }
]
ive tried to use
android.support.v7.app.AppCompatActivity.startActivity
and
AnkoContext.startActivity
without succes