From e1a03a366ff90ebcd8568a86b84a5917610cf512 Mon Sep 17 00:00:00 2001 From: John Reck Date: Wed, 14 Sep 2011 17:04:16 -0700 Subject: Cleanup menus Bug: 5290513 Change-Id: I2ca1de40fe362b74d941056504fc4e3249de03a3 --- src/com/android/browser/UiController.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/com/android/browser/UiController.java') 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(); + } -- cgit v1.1