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

Skip to content
Commit a0f3ad1b authored by Yohei Yukaw's avatar Yohei Yukaw
Browse files

Verify that EditorInfo.packageName and uid are consistent

Currently EditorInfo.packageName is filled in the application
process and passed to the IME without any verification.

With this CL, the system makes sure that the provided package
name and application's uid are consistent before establishing
the input connection.  In other words, the risk of spoofed
EditorInfo.packageName will be mitigated with this change.

This should be beneficial especially when an IME wants to have
per-application settings and/or dictionaries.

Bug: 18931038

Change-Id: Ib871141e3381e45c2623c5f4d692da7a7e78fcc5
parent 80eaa6aa
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