commit | ba99c5d1a71c384c930152f7c98e2fbe15bd1e85 | [log] [tgz] |
---|---|---|
author | Michael Kolb <kolby@google.com> | Mon Nov 29 14:57:41 2010 -0800 |
committer | Michael Kolb <kolby@google.com> | Thu Dec 02 13:38:30 2010 -0800 |
tree | 9afc09c3283eecb357c40567af026c9ffd9065ca | |
parent | c8a9fead5139540cdafb7e7dcdfa8d50e98e1b34 [diff] [blame] |
Url bar selection handling updated Bug: 3222647 framework has been updated to change the way tap/double tap and long press are handled url bar uses a custom action bar to add the share option Change-Id: Ie75fc07fe71c9e16fc7f83deda8ecddea39b0397
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java index dffebba..c74d74e 100644 --- a/src/com/android/browser/UiController.java +++ b/src/com/android/browser/UiController.java
@@ -75,4 +75,6 @@ void endActionMode(); + void shareCurrentPage(); + }