package com.android.browser; interface IGearsDialogService { String showDialog(String htmlContent, String dialogArguments, boolean inSettings); }