Split hasRealCaller from isPendingIntent
Having a real caller does not imply starting a PendingIntent (but every PendingIntent has a real caller). This CL splits the logic for these two cases to reduce unnecessary logs and to prevent overblocking when we start to enforce BAL hardening. Test: atest BackgroundActivityLaunchTest Bug: 306059525 Change-Id: I01ef73b41799fc25196d586f5d9f5f8303221571
Loading
Please register or sign in to comment