Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add suppression for deprecated setters and getters
Summary: Some of the setters and getters in these functions, like [`getStatusBarColor`](https://developer.android.com/reference/android/view/Window#getStatusBarColor), have been marked as deprecated in [`VANILLA_ICE_CREAM`](https://developer.android.com/reference/android/os/Build.VERSION_CODES#VANILLA_ICE_CREAM). This change suppresses deprecation warnings until we can move to newer alternatives. ## Changelog [Android] [Changed] - Added suppression for deprecated getter/setter usage in StatusBarModule Differential Revision: D57780503
- Loading branch information