commit | 0adca266e60320c99d551276cc463d8e19a20b63 | [log] [tgz] |
---|---|---|
author | Adam Powell <adamp@google.com> | Wed Feb 06 15:57:15 2019 -0800 |
committer | Adam Powell <adamp@google.com> | Wed Feb 06 15:57:15 2019 -0800 |
tree | 826923607eca2f42a592645426ed7c84fcfe5816 | |
parent | 38ce8c2116b808ff3fab144b6bcc9237e28690db [diff] |
Restrict View#mAttachInfo There are some fun things you can do by reflecting on this, but most are either handled via existing public API or result in framework maintenance issues. Restrict reflection as of targetSdk > P. Change-Id: I204574d8185073cd86b56678aa0b6d9a66551a4a Fixes: 123768936