Replace PendingIntent#getIntent

Connectivity is becoming a mainline module in S but mainline
modules are not allowed to use non-formal APIs. Thus, replace
non-formal API PendingIntent#getIntent to new formal API
PendingIntent#intentFilterEquals.

Bug: 174237997
Test: FrameworksNetTests
Change-Id: Ic5e27f812bd42dbc80b9d29d81303df4dd5e8199
1 file changed
tree: 53876124569efd5975b49f5616b3eaf0a85ee8d0
  1. core/
  2. framework/
  3. service/
  4. services/
  5. tests/
  6. OWNERS