Merge "Update comment about robotests' dummy ColorDisplayController."

This commit is contained in:
Ben Lin
2018-02-06 22:32:18 +00:00
committed by Android (Google) Code Review

View File

@@ -16,8 +16,8 @@
package com.android.internal.app;
/**
* Fake controller to make robolectric test compile. Should be removed when Robolectric supports
* API 25.
* Fake controller to make robolectric test compile. This is necessary since
* ColorDisplayController is not part of Android's API.
*/
public class ColorDisplayController {