commit | 72eb3f94027f2a64c27157cb9bb1ea675e77c4d5 | [log] [tgz] |
---|---|---|
author | Evan Severson <evanseverson@google.com> | Wed Nov 29 22:48:26 2023 +0000 |
committer | Evan Severson <evanseverson@google.com> | Wed Nov 29 22:48:30 2023 +0000 |
tree | 60fe4a13a97057fb5d3f753fa577a37644b26d6f | |
parent | 7ab7a215caa216cc0fa727e842f718efc96da375 [diff] |
Remove WRITE_MEDIA_* appops from runtime permission ops These don't have any associated permissions today so they don't belong on this list. Luckily today the only reference to the list is in the static {} block where they have been getting skipped, but that might not be true in the future. Change-Id: Ie81d3611495102e7ec05447c4e3645971654361e Test: Boot device Fixes: 313993729