标签: android android-9.0-pie
呼叫UPDATE tracking_details SET transsit = 'received' WHERE id = (select id from tracking_details where transsit='rec'); 时,出现黑屏(持续0.5秒)。我不知道它来自哪里,因为它在其他设备上都能正常工作
UPDATE tracking_details SET transsit = 'received' WHERE id = (select id from tracking_details where transsit='rec');
答案 0 :(得分:0)
使用此
finish(); startActivity(getIntent());
答案 1 :(得分:0)
尝试