Merge existing bundle with ActivityOptions
Use Bundle.putAll() to take both the bundle passed in to the startActivity(Intent, Bundle) and also the new created ActivityOptions bundle, so no extra info will be lost. Test: rebuild and add log to make sure all bundle info are kept Bug: 187471344 Change-Id: I69c2978488f51f1c8ee705dc1bcd1bf17928fe33
Loading
Please register or sign in to comment