Assigned
Status Update
Comments
vi...@google.com <vi...@google.com>
ra...@google.com <ra...@google.com>
pm...@google.com <pm...@google.com> #2
Vivek,
Can you reach out to the reporter and ask what file/class the referenced code is contained in?
Can you reach out to the reporter and ask what file/class the referenced code is contained in?
je...@gmail.com <je...@gmail.com> #3
Hello,
It is part of one of the files in my app (QuickPass_App).
Regards,
Julio
On Tue, Feb 8, 2022 at 10:44 AM <buganizer-system@google.com> wrote:
It is part of one of the files in my app (QuickPass_App).
Regards,
Julio
On Tue, Feb 8, 2022 at 10:44 AM <buganizer-system@google.com> wrote:
ra...@google.com <ra...@google.com> #4
Please find clarification in
je...@gmail.com <je...@gmail.com> #5
Hello, any conclusion about my question? Thanks
On Thu, Feb 10, 2022 at 10:22 AM <buganizer-system@google.com> wrote:
On Thu, Feb 10, 2022 at 10:22 AM <buganizer-system@google.com> wrote:
ph...@google.com <ph...@google.com> #6
@pmclean - please triage
pm...@google.com <pm...@google.com> #7
JMT,
Not much to go on here. Does this sound like any volume issue you are aware of?
Thanks,
Not much to go on here. Does this sound like any volume issue you are aware of?
Thanks,
Description
Code:
AudioManager audioManager = (AudioManager) getApplicationContext().getSystemService(Context.AUDIO_SERVICE);
if (audioManager != null) {
volumen_maximo= audioManager.getStreamMaxVolume(3);
}
if (audioManager != null) {
volumen_actual=audioManager.getStreamVolume(3);
}
for (i=1; volumen_actual< (0.5*volumen_maximo); i++ ){
if (audioManager != null) {
audioManager.adjustVolume(AudioManager.ADJUST_RAISE, AudioManager.FLAG_PLAY_SOUND);
}
if (audioManager != null) {
volumen_actual=audioManager.getStreamVolume(3);
}
}
Please advice.
Thanks,
Julio