Fixed
Status Update
Comments
hu...@google.com <hu...@google.com>
ap...@google.com <ap...@google.com> #2
We use build flavours heavily with a lot of common code. The refactoring support in AS is really good but it continually catches us out when it doesn't work across all flavours in a project. It's a big gap for serious product development.
ap...@google.com <ap...@google.com> #3
We at my company need this same feature. We have a lot of white labels and need refactor the same class across flavours. :(
Description
There seems to be a (fixed) bug (37095924 [2]) with a referenced fix. But it looks like this fix was not moved from the qemu-android to the qemu repository (assumption: maybe because the fixed vl.c is not present in the qemu repo (only vl-android.c))
Android Studio Version: 2.3.3
Emulator Version: 26.1.3-4205252
HAXM / KVM Version: KVM 4.11.11 (debian kernel)
Android SDK Tools: 26.0.2
Host Operating System: Debian unstable (up-to-date), Kernel 4.11.11-1
CPU Manufacturer: Intel
Steps to Reproduce Bug:
1. Start the emulator with additional '-no-audio' and/or '-noaudio' and/or '-audio none' option
2. Open 'Settings'-App -> Sound -> 'Phone ringtone' -> select a different ringtone
Expected Behavior:
- No sound at all
Observed Behavior:
- Ringtone sound is audible
[1]
[2]