diff options
author | John Reck <jreck@google.com> | 2011-09-15 10:08:06 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-15 10:08:06 -0700 |
commit | 13ec51769c2ee9f9e189050a510103226b6241de (patch) | |
tree | c6780d6b399931742d48db39add29ecbf12807ca /src/com/android/browser/UiController.java | |
parent | a47929ffd8bd8fdd54f45d6b147fd74a2233f8f4 (diff) | |
parent | e1a03a366ff90ebcd8568a86b84a5917610cf512 (diff) | |
download | packages_apps_Browser-13ec51769c2ee9f9e189050a510103226b6241de.zip packages_apps_Browser-13ec51769c2ee9f9e189050a510103226b6241de.tar.gz packages_apps_Browser-13ec51769c2ee9f9e189050a510103226b6241de.tar.bz2 |
Merge "Cleanup menus"
Diffstat (limited to 'src/com/android/browser/UiController.java')
-rw-r--r-- | src/com/android/browser/UiController.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java index 0da523a..97e99a9 100644 --- a/src/com/android/browser/UiController.java +++ b/src/com/android/browser/UiController.java @@ -16,6 +16,7 @@ package com.android.browser; +import android.app.Activity; import android.content.Intent; import android.view.Menu; import android.view.MenuItem; @@ -100,4 +101,6 @@ public interface UiController { void setBlockEvents(boolean block); + Activity getActivity(); + } |