A very simple question that is actually stated in the title.
Let’s say i got this:
button button_one = (Button) findViewById(R.id.button1);
button_one.setOnClickListener(new View.OnClickListener(){
@Override
public void onClick(View v) {
**Wanna open android.wallpaper.livepicker system process here**
Thanks in advance 🙂
Try it..