android / android/codelab-activity_transitionapi

Is there a bug in samsung phone?

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.