Files
frameworks_base/core/java
Jakub Gielzak 4ba27796a6 Restrict reflection access to View methods
Restricted reflection access to:
- dispatchAttachedToWindow
- dispatchDetachedFromWindow

Those should not be used directly as it violates internal code
guarantees. Instead Views need to be actually attached to the window.

Bug: 123769352, 123769370
Test: n/a

Change-Id: I0006bc99a2d10747e931e944caee21932c4642dd
2019-02-05 18:22:50 +00:00
..
2019-02-05 03:56:58 +00:00