DescriptionFix WebAPK crashes on launch on Jellybean.
The crash is caused by using getId() instead of mWebappInfo.id() when registering
WebAPK. WebApkManagedActivity is launched on Jellybean instead of WebApkActivity,
and getId() in WebApkManagedActivity returns the index of the managered activity,
rather than the Webapp id.
BUG=640434
Committed: https://crrev.com/be21c85ff9c6e897496e1731a76e9ef24af600ac
Cr-Commit-Position: refs/heads/master@{#418949}
Patch Set 1 #Patch Set 2 : Add note. #
Total comments: 4
Patch Set 3 : Rename. #
Total comments: 2
Patch Set 4 : Nits. #Patch Set 5 : Rebase #
Messages
Total messages: 24 (7 generated)
|