Here you can find the source of newXdiPlayIntent()
static Intent newXdiPlayIntent()
//package com.java2s; import android.content.Intent; public class Main { static Intent newXdiPlayIntent() { return new Intent("com.google.android.music.xdi.intent.PLAY"); }// ww w . j a v a 2 s . c om }