Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 9d1f8423 authored by John Wu's avatar John Wu
Browse files

Simplify and fix resolveIntent implementation

- `exportOnly` is false only when resolving on behalf of system_server,
  which is automatically handled in `filterNonExportedComponents`, so
  there is no need to additionally pass this boolean.
- `resolveIntentExported` is unnecessary as functionality is duplicated
- PM#resolveIntent() should follow normal intent resolving process and
  return the correct Activity. The implementation before this CL is
  incorrect (`exportOnly` is set to false).

Test: TH
Change-Id: I01b3295295b4b2dbdced54971b525aaa6126ed01
parent 2246bcc5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment