diff options
Diffstat (limited to 'src/com/android/browser/IGearsDialogService.aidl')
| -rw-r--r-- | src/com/android/browser/IGearsDialogService.aidl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/com/android/browser/IGearsDialogService.aidl b/src/com/android/browser/IGearsDialogService.aidl new file mode 100644 index 000000000..02b30a2c9 --- /dev/null +++ b/src/com/android/browser/IGearsDialogService.aidl @@ -0,0 +1,6 @@ +package com.android.browser; + +interface IGearsDialogService { + String showDialog(String htmlContent, String dialogArguments, + boolean inSettings); +} |
