commit | ba6d7b853c32ad6c3be26c443daa61f322bcfdc2 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
tree | 1bb508b3b9cecf0b9f69271d4c4e953a5b5556f5 |
Initial Contribution
diff --git a/src/com/android/browser/IGearsDialogService.aidl b/src/com/android/browser/IGearsDialogService.aidl new file mode 100644 index 0000000..02b30a2 --- /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); +}