Display operation hours when support is closed.
Bug: 29105266 Change-Id: Id451b1aa820961fad4ece07fde5782a5aecaee68
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user