Kolin Lu

Results 7 comments of Kolin Lu

Yes, this should be closed now. The apk can be built in the latest version.

I'm unable to replicate this issue on Pixel 6 through 9, toast is fine on my side.

Could you help to provide the build version of Pixel 8 Pro? I can flash to the same build and try again.

Hi @fdrgbs Ui Automator waits for the UI to be "idle" before acting. Video playback means the screen is constantly updating, so the UI is never truly idle. This confuses...

Good catch! Yes, we should deep copy the dict.

On Android 11 and below, `BLUETOOTH_ADMIN` is an install-time permission, but some devices might fail to grant it correctly, causing `SecurityException`. For Android 12 and higher, `BLUETOOTH_ADMIN` is changed to...

Hi @AshrafFarhan Because the `bleConnectGatt` RPC is an Async RPC, the first argument `callbackId` will be handled by Mobly automatically. All you need is the second argument `deviceAddress`. Here is...