diff options
| author | Wei Sheng Shih <wilsonshih@google.com> | 2021-05-26 01:56:30 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-05-26 01:56:30 +0000 |
| commit | d42b8e2c73063d1dfd48342cf4b573d4df8244ac (patch) | |
| tree | a973878d8e41ce1a8b29f7faaf3a036c17e3b0cc /core/java | |
| parent | 79e39e8e77416814751227f9c0453810ddc310a1 (diff) | |
| parent | d22e8b14034c27ea45962b01a6dc31edafac6763 (diff) | |
Merge "Fix setApplicationNightMode crash due to permission denial." into sc-dev
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/IUiModeManager.aidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/app/IUiModeManager.aidl b/core/java/android/app/IUiModeManager.aidl index 9f21bcc5f45c..440dd629c114 100644 --- a/core/java/android/app/IUiModeManager.aidl +++ b/core/java/android/app/IUiModeManager.aidl @@ -67,7 +67,6 @@ interface IUiModeManager { * 1 - notnight mode * 2 - night mode * 3 - automatic mode switching - * @throws RemoteException */ void setApplicationNightMode(in int mode); |
