You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
add ProgressBar.incrementProgressBy() and AudioManager.setStreamVolume()
This commit is contained in:
@@ -48,4 +48,8 @@ public class AudioManager {
|
||||
public boolean isWiredHeadsetOn() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public void setStreamVolume(int streamType, int index, int flags) {
|
||||
System.out.println("AudioManager.setStreamVolume: >" + streamType + "< >" + index + "< >" + flags + "<");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user