android / android/codelab-activity_transitionapi
Is there a bug in samsung phone?
- Dominant language
- Java
- Stars
- 24
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
I am using s22, android 12.
When receive an intent ,there is extra :"com.google.android.location.internal.**EXTRA_ACTIVITY_RESULT**", however from the source code:
` return !hasResult(var0) ? null : (ActivityTransitionResult)SafeParcelableSerializer.deserializeFromIntentExtra(var0, "com.google.android.location.internal.EXTRA_ACTIVITY_TRANSITION_RESULT", CREATOR);`
It should be com.google.android.location.internal.**EXTRA_ACTIVITY_TRANSITION_RESULT**, so Is there a bug in samsung phone?
Contributor guide
Research direction
Start by reproducing the intent behavior on a Samsung S22 running Android 12, then compare the received extra name with the source snippet's EXTRA_ACTIVITY_TRANSITION_RESULT key. Done means confirming whether the mismatch is reproducible and determining whether it belongs to the codelab or Samsung's implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100