commit | 5fc96844e53b41d26bfd64faeb75271b72823320 | [log] [tgz] |
---|---|---|
author | Yi-Ling Chuang <emilychuang@google.com> | Fri Sep 10 15:52:14 2021 +0800 |
committer | Yi-Ling Chuang <emilychuang@google.com> | Sat Sep 11 16:48:37 2021 +0800 |
tree | 82c741bbf97cd407953c8548314020560093e30b | |
parent | a3b89868f46da99bd2dee930d4f9f7d415eb00ff [diff] |
Correct how the injection mechanism starts activities Settings Injection used to start activities with startActivityForResult() and its extension, where there was not result really being handled. Hence, this CL corrects the way it starts activities by removing the "ForResult" part. Fixes: 197704126 Test: robotest and launch Android Auto to see it being launched in another task. Change-Id: I259b2555cf62f8966afdf664b337af5f216b3843