Fixed
Status Update
Comments
st...@google.com <st...@google.com>
aa...@google.com <aa...@google.com>
ad...@google.com <ad...@google.com>
bo...@google.com <bo...@google.com>
is...@google.com <is...@google.com>
bo...@google.com <bo...@google.com>
bo...@google.com <bo...@google.com>
ca...@google.com <ca...@google.com> #2
ha...@gmail.com <ha...@gmail.com> #3
Here is what I found:
On API 31+, time was not updated after the host was waken up. While on API 30 and under, time was updated after host was waken up. The main difference is caused by switching the modem simulator. In API 30 and under, time will be updated whenever signal strength query is received.
Looking at the code in API 31+ for time update when signal strength query is received, I think it is possible that timeUpdate is not invoked
void NetworkService::HandleSignalStrength(const Client& client) {
std::vector<std::string> responses;
std::stringstream ss;
if (WakeupFromSleep()) {
misc_service_->TimeUpdate();
} else if (first_signal_strength_request_) {
first_signal_strength_request_ = false;
misc_service_->TimeUpdate();
}
android_last_signal_time_ = time(0);
auto response = BuildCSQCommandResponse(GetCurrentSignalStrength());
responses.push_back(response);
responses.push_back("OK");
client.SendCommandResponse(responses);
}
Description
When using a folded (virtual) device, there's a fold icon on the toolbar. Tapping it will give you a fold and unfold icon to tap on, which will fold or unfold the device, respectively. In addition, (and this is where the user experience is frustrating) tapping the fold icon will also open the settings window. This is unnecessary and forces me to close the window each time, without making any changes in it (since all the settings I need are in the toolbar.)
STEPS TO REPRODUCE:
1. Create an 8" foldable AVD
2. Start the 8" foldable AVD
3. Tap the fold icon on the toolbar
ATTACH SCREENSHOTS/RECORDINGS OF THE ISSUE
ATTACH LOG FILES (Select Help > Show Log in Files, or Show Log in Finder on a Mac)
------------------
IMPORTANT: Please read
all required information.
------------------
Studio Build: 2020.3.1 Patch 3
Version of Gradle Plugin: n/a
Version of Gradle: n/a
Version of Java: n/a
OS: Windows 11 Pro 21H2 22000.258
Android Emulator Version: 30.9.5