Guest User

Untitled

a guest
Jan 15th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Intent i = new Intent("com.package.app");
  2. mExpandedView.setOnClickPendingIntent(R.id.next_song, PendingIntent.getBroadcast(this, 0, i, 0));
Add Comment
Please, Sign In to add comment