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

Skip to content
Commit d32b7a0a authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Stop relying on AppOpsManager#checkPackage(), which is deprecated

With this CL,

  InputMethodUtils#checkIfPackageBelongsToUid()

starts using

  PackageManagerInternal#getPackageUid()

instead of

  AppOpsManager#checkPackage(),

which is deprecated [1].

There should be no semantic change in this CL.

 [1]: I90215a638a3c380fcffde2b9209c4386f8fd70ea
      a04b9ab4

Bug: 234882948
Test: presubmit
Change-Id: I069b058b4240fb7ab638915b03d433e32660870f
parent 361ed635
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