summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-08-30 10:40:53 -0700
committerPatrick Dubroy <dubroy@google.com>2010-08-30 18:08:43 -0700
commitceae05d573255a0143981888e5d257b5891e3925 (patch)
tree215a8a03bdc88b8e0f83f0c6a2514fa0fa446aaa /proguard.flags
parentdf7c3a7853abd4dec460247370fe0b17b50866ac (diff)
downloadandroid_packages_apps_Trebuchet-ceae05d573255a0143981888e5d257b5891e3925.tar.gz
android_packages_apps_Trebuchet-ceae05d573255a0143981888e5d257b5891e3925.tar.bz2
android_packages_apps_Trebuchet-ceae05d573255a0143981888e5d257b5891e3925.zip
Add a market button to the toolbar.
We determine the default app market activity by resolving an intent, and fetch the icon from the activity's meta-data.
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 607c14bba..aa75f4a86 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -5,6 +5,7 @@
public void onClickSearchButton(android.view.View);
public void onClickConfigureButton(android.view.View);
public void onClickAllAppsButton(android.view.View);
+ public void onClickAppMarketButton(android.view.View);
}
-keep class com.android.launcher2.CellLayout {