Merge "Hide the audio switcher if it is not relevant" into pi-dev am: 3f5444b9e4

am: 67d44d9d61

Change-Id: I36b249159ef8d0a6d099ba776c5d682ea596e5e3
This commit is contained in:
caxtonchan
2018-04-24 21:04:45 -07:00
committed by android-build-merger
6 changed files with 31 additions and 30 deletions

View File

@@ -245,7 +245,7 @@ public class AudioOutputSwitchPreferenceControllerTest {
@Override
public String getPreferenceKey() {
return null;
return TEST_KEY;
}
}
}