Fix strings for support tab.

Bug: 29105266

- Fix typos in string and comments
- Use 2 different strings for off-hour and off-line cases.

Change-Id: I63859605ff7185d5f8cc66fd31b56f1d09ed11aa
This commit is contained in:
Fan Zhang
2016-07-06 17:07:37 -07:00
parent 071f62954d
commit 4178710f3d
3 changed files with 11 additions and 6 deletions

View File

@@ -71,7 +71,8 @@ public interface SupportFeatureProvider {
* Returns localized string for operation hours in specified country. If country is null, use
* current country to figure out operation hours.
*/
CharSequence getOperationHours(Context context, @SupportType int type, String countryCode);
CharSequence getOperationHours(Context context, @SupportType int type, String countryCode,
boolean hasInternet);
/**
* Returns a localized string indicating estimated wait time for a support time.