codelab-activity_transitionapi
codelab-activity_transitionapi copied to clipboard
Is there a bug in samsung phone?
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?