diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-24 07:47:50 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-24 07:47:50 +0100 |
commit | 192410e3f1d5588712a85bbd7e9fd801dc5a0989 (patch) | |
tree | dd4340a12581a2ff6928973b61b7a47624ec3680 /res/menu | |
parent | 6023835ef31cd5ee5c54604140f9352939b477a7 (diff) |
Make send mini dump work with non Gmail Mail app, make google sending better placed
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/logmenu.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml index ec2997b0..bb810df0 100644 --- a/res/menu/logmenu.xml +++ b/res/menu/logmenu.xml @@ -1,12 +1,6 @@ <?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
- android:id="@+id/minidump"
- android:icon="@android:drawable/ic_menu_upload"
- android:showAsAction="ifRoom|withText"
- android:title="Send Minidump to developer"
- android:titleCondensed="Send Minidump"/>
- <item
android:id="@+id/clearlog"
android:icon="@drawable/ic_menu_trash_holo_light"
android:showAsAction="ifRoom|withText"
|