我用下面的代碼來設置單個聯繫人 String contact_number = "MOBILE_NUMBER";
Uri lookupUri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI, contact_number);
// The columns used for `Co
Iam開發具有鈴聲設置的android應用程序。問題是我想將我的鈴聲設置爲8秒。 Iam新的android。請任何人都可以幫我設置。謝謝。真的很抱歉我的英語。這裏是我的代碼 Uri alert = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_ALARM);
mMediaPlayer = new MediaPlayer();