diff options
| author | Mike Digman <digman@google.com> | 2018-01-21 02:23:43 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-01-21 02:23:43 +0000 |
| commit | b1f6ddc3ce4aa97b0a497aebb80702becfd08815 (patch) | |
| tree | 584bfbb9e616158818bf2e5eb9586b938fe3a0d8 /core/java | |
| parent | e65bd19fdd1c86d262997da9cd53f9006474daae (diff) | |
| parent | e07773175a55807e68aba6cd8a69b2401b748883 (diff) | |
Merge "Send valid and invalid rotation proposal changes to SysUI"
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/com/android/internal/statusbar/IStatusBar.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/com/android/internal/statusbar/IStatusBar.aidl b/core/java/com/android/internal/statusbar/IStatusBar.aidl index 85655a5dfc6b..e097362a3fe8 100644 --- a/core/java/com/android/internal/statusbar/IStatusBar.aidl +++ b/core/java/com/android/internal/statusbar/IStatusBar.aidl @@ -115,7 +115,7 @@ oneway interface IStatusBar /** * Notifies the status bar that a new rotation suggestion is available. */ - void onProposedRotationChanged(int rotation); + void onProposedRotationChanged(int rotation, boolean isValid); /** * Set whether the top app currently hides the statusbar. |
