commit | 6449eb06acc934ba4007475680f236721181ee47 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Wed Sep 16 21:41:51 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Thu Sep 17 13:57:33 2009 -0700 |
tree | d48608e190a9653dcf7a2e5edc24f774a54d3543 | |
parent | d55de40481c6ec7d8fbd1a38c80a6c66bf462a71 [diff] |
Added API for triggering FastTrack. I added a new API to help us move away from launching FastTrack through SHOW_OR_CREATE. For now it's going to still pass through as an Intent with extras, but in the future this could be used to launch a Window from a system service. Partially fixes http://b/2087222