diff options
| author | 2020-05-14 15:46:59 -0400 | |
|---|---|---|
| committer | 2020-05-14 15:57:40 -0400 | |
| commit | 36ddca1cf34866207fb464cd55b4d45ed49f74e5 (patch) | |
| tree | d3f3f6f393ec3fc39a4aadcff6765a7ef2a7a8fb /packages/SystemUI/plugin | |
| parent | a601967457fa25a46b8d35a525cb0c4e57d53dd7 (diff) | |
Remove QS details prototype code
Also remove some other leftover prototype code
Test: manual
Fixes: 156645457
Change-Id: I21f442b2501f00c78c51826a805e7be91a214c7d
Diffstat (limited to 'packages/SystemUI/plugin')
| -rw-r--r-- | packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/QSTile.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/QSTile.java b/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/QSTile.java index aeedc16ffbd4..e246917842b0 100644 --- a/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/QSTile.java +++ b/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/QSTile.java @@ -66,14 +66,6 @@ public interface QSTile { void destroy(); - /** - * return true if the tile supports detail views, and not - * only boolean states - */ - default boolean supportsDetailView() { - return false; - } - CharSequence getTileLabel(); State getState(); |