Display operation hours when support is closed.

Bug: 29105266
Change-Id: Id451b1aa820961fad4ece07fde5782a5aecaee68
This commit is contained in:
Fan Zhang
2016-06-20 12:34:03 -07:00
parent a00e3b78de
commit 0bc42ab618
3 changed files with 53 additions and 37 deletions

View File

@@ -58,6 +58,11 @@ public interface SupportFeatureProvider {
*/
boolean isOperatingNow(@SupportType int type);
/**
* Returns localized string for operation hours.
*/
CharSequence getOperationHours(Context context, @SupportType int type);
/**
* Returns a localized string indicating estimated wait time for a support time.
*/