HTC EVO 4G :: Remove Items From The Share Menu
Jul 14, 2010How to Remove Items from the Share Menu?
View 2 RepliesHow to Remove Items from the Share Menu?
View 2 RepliesI don't use peep or facebook or regular mail or about 5 other things on this menu. Any way to trim this down so it only has the few methods of sharing I plan on using?
View 2 Replies View Relatedstandard four option menus displays 2 by 2. but i want to know that How to arrange 4 by 1. I just want to custom option menu like that. You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options
View 2 Replies View RelatedI want custom option menu to arrange three menu items where 2 menu items are displayed at the top and the third below it. Just as the following layout...........
View 12 Replies View RelatedI'm trying to add custom menu items in a WebView Context Menu. Unfortunately, my items are shown in the menu of the first web page I load , but then if I load a second page, a long press only shows the standard context menu items. Mine are gone. I've put a Toast inside the code and it is displayed as well on the first loaded page, but not on the second. I'm using the code below:..............
View 6 Replies View Relatedhow to disable Facebook from being listed in the list of to "Share" items. As Facebook allows only Urls to be posted I have used the Facebook SDK when I need to share a link, picture and message. So I am currently displaying an Alert Dialog with Facebook listed and the second option as Others where I would like to enlist the other items like Gmail/ Y!Mail and twitter etc to share data. I dont want Facebook to appear in this list. So please can anyone let me know how to show all applications except Facebook in the list or any other work around.
View 5 Replies View RelatedHow do I set the intent of menu items defined in an Android menu xml file? For example I currently have...
<menu xmlns:android="http://schemas.android.com/apk/res/android" android:name="Main Menu">
<item android:title="@string/resume_game" android:icon="@drawable/resume"></item>
<item android:title="@string/play_golf" android:icon="@drawable/play_golf"></item>
<item android:title="@string/my_rounds" android:icon="@drawable/my_rounds"></item>
</menu>...........
So i have followed the MANY tutorials on how to add your app to the SHARE menus using android.intent.action.SEND in the manifest...I can't figure out for the life of me how to get the image or display the image or even upload...so here is what i am trying to do...upon click my app in the share menu, it will open up the intent that handles this request...i already have the layout but i need to load the image into the ImageView on the layout itself...once loaded, i will type a caption in an EditText and then click the save Button...then i will upload it to my webserver...i have found all the parts i need to get this done other than how to get the image itself..
View 1 Replies View RelatedThe app has an intent filter to allow it to appear in the share menu in other applications via ACTION_SEND intents. The app itself also has a share menu using ACTION_SEND and create Chooser(), and my app appears in the list. Since they are already in my app it seems strange to have them be able to share back to itself. Is there a way for my app not to appear in the list if it's being called from my app?
View 1 Replies View RelatedI am looking for an app that I can save PDF's of menus and recipe's etc... and share them with my wife. Anything like that out there.
I looked into SpringPad but it doesn't necessarily share...you can make items public and have someone follow your account.
Google Docs may work, but I am looking for an app, not a web interface.
Sharing an Options Menu between Activity and Map Activity. Is this possible? I have an Options Menu shared between multiple Activities but now I need that menu in a Map Activity.
View 1 Replies View RelatedI'm trying to make a 'share' option in menu, just like in the gallery application. I am using the following code...
When i press the Share button in the menu i get "No applications can perform this action". What am I doing wrong? (im working on a real device not the emulator).
It's about the Gallery application. I've registered my application as a target for the "Share" option where the selected picture is being sent to another Activity in order to share it. The default application in the emulator was Messaging, and the image is attached using this option. Well, now I've got my application and Android asks me which application should it use to complete the action. I select my application and it opens the correct Activity, but... how can I get the image?
My code (that doesn't work) is as follows:
CODE:.........
While debugging, the intent and the bundle .toString() methods give the following results:
CODE:............
But with this, uri is null. I've tried myriads of combinations, but none works.
I am trying to build inflate a context menu within the sample Grid View provided on the Android dev site. Eclipse tells me that the referenced items cannot be resolved, if someone could help find where I coded s.th. wrong, that would be great because I am stuck at the moment. Thanks. I posted my entire code below. I get the error message at: if (item.get Item Id() R.id.menu_face book) and the other R.id.
View 2 Replies View RelatedIs there anyway to hide menu items? Things like Email or IM that I don't use and don't care to see.
View 4 Replies View RelatedThere are a few items on my menu that I don't want there. I know I can uninstall the ones I have downloaded and installed but how do I remove some of the others that are do not have the option to uninstall. I don't really want to uninstall them I just want them moved from the menu. Items such as the Desk Clock, Talk, Teeter and others.
View 7 Replies View RelatedI've got this piece of code from an xml in my settings.apk (SecSettings actually) that contains tutorials on motion settings.
Code:
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen android:title="@string/motion_tutorial_settings_title" android:key="parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<Preference android:title="@string/turn_over_title" android:key="turn_over" android:summary="@string/turn_over_summary" />
[Code] ......
In there, all the red parts contain tutorials on settings that don't actually work on my device, and for OCD sake, I don't want them appearing in my settings because of it. But simply cutting them out of that file will make the settings app crash whenever i open that menu
So question is: is there a way to hide these settings without impairing their functions?
I must to new a thread. I know how to implement this issue by Menuifest.xml, see also: http://groups.google.com/group/android-developers/browse_thread/threa...
But my question is how to add share menu of Gallery by java code not Menuifest.xml. My code is as below:
code:.........
But registerReceiver always return null, and there is no menu added to Gallery's Share.
I know how to implement this issue by Menuifest.xml, see also:
Google Android Developer Group related issue
But my question is how to add share menu of Gallery by java code not Menuifest.xml.
My code is as below:
CODE:........
But registerReceiver always return null, and there is no menu added to Gallery's Share.
When I was in Chrome one day, I clicked the Share button and shared a link to Facebook Messenger.
Now, when I tap Share in any app, it opens up Facebook Messenger immediately, instead of showing the Share menu.
Is this some sort of feature? How do I get the Share menu back again? (I've tried Googling but I've come up with nothing.)
I need to have a "Exit" menu items in my application,My question here is how can i just exit the app,Please throw some light on this is that possible in android if yes then how.
View 10 Replies View RelatedI want to customize option menu items. I can change icon when selecting using a selector but how can i change the text color during selection. If it was TextView i could use again selector for textColor property but for menu items there is only resource for textValue not for textColor. So my question is how can i change the textColor of MenuItems on selection.
View 6 Replies View RelatedI have a problem with showing icons for menu items. The items which appear when I click on menu button are having icons but When I click on "More" option in Menu, The newly shown menu items are not having any icons even though I have set the icons for these items in my xml.
View 3 Replies View RelatedI need to enable a MenuItem when a previous screen (Activity) returns. I tried this code:
...
((MenuItem)findViewById(R.id.menu_how)).setEnabled(true);
...
but a null pointer exception is launched. BTW, the menu_how is set to false in xml; and the code is part of onActivityResult(int requestCode, int resultCode, Intent data) call.
I would like to know how to dynamically change the my option menu items status from disable to enabled.at first all my menu items are set to disabled and when click the menu key , they are shown as gray and disabled.when my other task finished, i want to enable all the menu items, change them from gray to dark color from the screen.do you know how can i implement this?
View 8 Replies View RelatedI have created an option menu which also has a sub menu. In the sub menu I have a setting for enabling/disabling images in my application based on the application level flag that i change based on the option being clicked.What I am observing is that when i click on the "Menu" and change the settings from enable Images to disable Images. its not reflecting.I have put the debug log and what have been seen is the onOptionCreateMenu method is getting called only one time- first time when i click the "Menu" button. That is the reason the changed sub menu is not getting reflected.My question is that is there a way i can re-create the option menu every time user presses the "Menu Button".
View 3 Replies View RelatedI would like to arrange the menu items in my app so that one item appears in its own line, and the other 3 items appear below it.I know that this is possible because i have seen apps do it.I tried writing a menu xml with linear layouts to arrange the items, but this doesn't work.I have also tried putting them in different groups,but I had no luck with that either.I know that this is possible:i have seen it done.Anyone have any ideas?
View 1 Replies View RelatedI recently noticed that the share option was missing from the all apps menu, can restore it? I'm currently using a rooted HTC explorer running android 2.3.5. Please check the screenshot for more info.
View 5 Replies View RelatedI guess this one is too advanced for the beginner's group, so I'll ask it here:
View 3 Replies View RelatedHow to add menu items in separate rows?When I press menu button onPrepareOptionsMenu callback will be get called. In that I am doing menu.add.All the items are coming in one row.I want few items in one row and other items in another row.How to do that? Please help me.
View 2 Replies View Related