Suprabh Shukla ff78495653 Preventing accidental misuse of registerReceiver
A new BroadcastFilter was being created even when the caller called
registerReceiver with the same receiver and intent filters as an earlier
call. While resolving, only the first object added was being used.
Also, limiting the number of receivers that an app can register, so
badly written code does not end up causing memory or computational
pressure on the system.

Test: Manual, and
atest android.content.BroadcastReceiverTests#testReceiverLimit

Bug: 70677313
Change-Id: I04342b94d00cab3451aca4c884e15039448a760a
2018-03-01 17:58:41 -08:00
2018-02-28 23:05:09 +00:00
2018-02-15 11:36:49 -08:00
2017-11-20 11:13:48 -08:00
2018-02-27 16:43:50 +08:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%