misc stubbing

This commit is contained in:
Mis012
2022-11-24 23:10:27 +01:00
parent 9db07691fe
commit 52ba443401
16 changed files with 114 additions and 30 deletions

View File

@@ -7,4 +7,8 @@ public class AudioManager {
public int getRingerMode() {
return 0;
}
public int getStreamVolume (int streamType) {
return 0; // arbitrary, shouldn't matter too much?
}
}