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

android 12 specifying mutability flag

Open moetouban opened this issue 4 years ago • 0 comments

in https://developer.android.com/codelabs/activity-recognition-transition#5 you should not pass 0 for the flags rather the pending intent needs tp specify the mutability flag. mActivityTransitionsPendingIntent = PendingIntent.getBroadcast(MainActivity.this, 0, intent, 0);

moetouban avatar Dec 14 '21 22:12 moetouban