codelab-activity_transitionapi icon indicating copy to clipboard operation
codelab-activity_transitionapi copied to clipboard

Is there a bug in samsung phone?

Open fhlkm opened this issue 3 years ago • 0 comments

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?

fhlkm avatar Jul 26 '22 01:07 fhlkm