平板电脑 去掉 铃声
framework/base/media/java/android/media/AudioService
?
public void adjustStreamVolume(int streamType, int direction, int flags) {
??????? ensureValidDirection(direction);
??????? ensureValidStreamType(streamType);
??? ??? if(streamType == AudioSystem.STREAM_RING){
??????????? return;
??????? }
?
红色部分是添加的。
?
Settings 部分也要去掉。