Stop Android AVD showing location change toast -
whenever change location on avd, whether it's via telnet or in ddms system toast message saying 'my current location .....'
it's annoying it's covering app showing these details.
i can't find way of removing , searching didn't show up. ideas?
checked on avds android 4.4 , can safely toast not part of android system, , can assume toast being shown tool or application installed on avd.
my suggestion track logcat whenever send mock location , see events being recorded log when toast being displayed. if such event recorded, track source package , remove package running adb uninstall <package_name>
. if fails, try creating new avd , send mock location before making changes machine, incrementally install whatever tools , applications need identify culprit.
Comments
Post a Comment