Files
frameworks_base/services/java/com/android/server
Ben Gruver f157b48eae Add support for matching explicit intents
This adds a <component-filter> tag for the intent firewall rules,
which adds another top-level filter similar to intent-filter, that
matches intents based on the resolved component they are being sent
to.

Previously, the existing <intent-filter> mechanism did not allow
filtering for explicit intents that had no action/data/etc. The
new <component-filter> functionality can be used for both implicit
and explicit intents.

Change-Id: I6a10e8bfae901931ed2174bca42ea25ac79804d8
2013-08-07 17:25:35 -07:00
..
2013-07-17 14:37:12 -07:00
2013-05-24 16:36:14 -07:00
2013-06-25 19:45:03 -07:00