commit | 4bf606c57867a1c571e893f913708d67fbc15fcf | [log] [tgz] |
---|---|---|
author | Riddle Hsu <[email protected]> | Wed May 04 18:36:26 2022 +0800 |
committer | Riddle Hsu <[email protected]> | Wed May 04 22:53:17 2022 +0800 |
tree | 9fb6e00672934697a802cb323c908aa88dae0821 | |
parent | 923e43dc704a2f62c9d016ae40a61cbe2ae1dbca [diff] |
Move some IWindowManager methods to internal interface The methods are only used in system server. It is unnecessary to declare in aidl. This also eliminates the confusion of missing permission check for updateRotation(). Bug: 230863943 Test: atest WindowManagerPermissionTests Change-Id: I703830650bab3a792982cada99aa1512430658a4