Android :: How To Set The Mainfest.xml To Remove The Default Label
Mar 8, 2010Any one can share the mainfest.xml. How to set it? then can remove the label..?

Any one can share the mainfest.xml. How to set it? then can remove the label..?
I am trying to make only satellite view without label. How to do it.
View 2 Replies View RelatedI just bought Documents to Go, and so far love the actual program. One issue though, which I think may have more to do with the Android OS, is setting Documents to Go as the default fro opening Word/Excel/PDF/PPT files. When I try to open a Word Document (using ASTRO, DroidBox, or anything else) it asks me what app to use. The list has "Documents to Go" and "QuickOffice". If I pick "Word to Go", and tell it to use that as the default, it works. However if I then try to open a different file type (say an Excel file) it attempts to open it with Word to Go and obviously gives an error about it being the wrong/unsupported file. If I remove Word to Go as the default handler, I can then go back to the Excel file, attempt to open it, and select Sheets to Go, it works. So, first, how do I remove QuickOffice as an option (it shows up under Manage Apps, but there is no option to remove it)? Second, how do I set Word to Go as the default for .doc/.docx file types, Sheets to Go the default for .xls/.xlsx?
View 10 Replies View RelatedThere seems to be a default inner border in the WebView - it's about 6 pixels all round. How can this be removed so the size matches the content?
Simple demo (target is Google API 1.6):
CODE:............
Example: I have a button which starts an activity with GET_CONTENT audio/* I have a menu with choices: Music Track or Sound Recorder and a checkbox. I check the box, it tells me that I can clear the setting in Application -> Manage Applications. I launch the Music Track with the box checked. I go to the application settings, but the "clear defaults" button is always enabled. It was already the case with 1.1 SDK, 1.5 does not help (tested on emulator 1.5 AND ADP1 with 1.5 recovery image). I also tested the allowClearUserData flag but it seems we cannot clear anything but the cache (for the webview ?)
View 8 Replies View RelatedI have an activity. It does not have a title bar. The content view is just a linear layout. It looks like android draws a drop shadow at the top of my content view, directly below the status bar. Is there a way to stop that from being drawn?
My layout is just:
I have no titlebar:
requestWindowFeature(Window.FEATURE_NO_TITLE);
In my application i have a autocomplete in first activity and some edittext in second activity.when i run my code in emulator it works fine and i am not seeing any virtual keyboard on screen when program is excecuted.but when i depoly it in device when i application loads, onfocus is directly on autocomplete and a keyboard pops out,and also when i navigate from first activity to second activity onfocus is on first edittext and keyboard pops out. I want to disable this onfocus on all the page. how to do that ?
View 1 Replies View RelatedWhat is the best approach when using default Android drawables? Should I use android.R.drawable or should I copy the drawables in my project and use R.drawable?
Is there any risk, that in a newer version of Android, some of the default drawables are removed or resized? Or, affect in some negative way, the look of my app? Also, which of the drawables in the Android source code are considered "stable" and should be relied on?
I'd rather not copy the drawables because I think that the look of the app should be consistent with the Android version used. So, for example, for version 1.6 it should use the default Android bitmaps for version 1.6.
I want to remove some of the default contact groups like "VIP". I already have one called favorites why would I want VIP and favorites? Seems redundant. This is for a HTC EVO
View 2 Replies View RelatedI am using stock android on the nexus 5. For one of my apps, when choosing a picture, I accidentally chose photos as the default. I was wondering how to remove this default as there is no photos app in the app list in settings. The issue with photos is this app doesn't work with it, it won't let me upload any pictures.
View 3 Replies View RelatedI've tried bringing down apps into the trash but they don't delete.For example, cooperate directory....city id...email. etc
View 3 Replies View RelatedWay to remove the messaging app on the droid? i use handsent app and hate when a message comes in that i am always asked what app to use to open the message
View 12 Replies View RelatedI've got a HTC Legend and i'm having a problem with plugging it in to charge via usb.
I use a usb dock plugged into my win 7 machine. I've always had it set to "Charge Only" and change it to mount as disk drive when I require.
However, just starting from yesterday, every time I plugged the phone it, it would mount as a disk drive and show up in windows. Strangely though, the phone still shows in the notification bar that it's "Charge only", but i can't access anything on the sd card from the phone. The only way to fix it while it's plugged in is to change it to "DIsk Drive" then back to "Charge only" via the notification bar on the phone.
I've checked the settings and it's definitely still defaulted to "Charge only" in there but obviously it's not doing it!
Phone: verizon motorola droid running 2.1 when i type in the commands on the terminal emulator to remove an app ( stupid amazon mp3 ) it tells me its a read only file.
View 5 Replies View RelatedI have installed open home as my main screen replacement and last time I was in the menu option I selected the default button to Open Home. So now when I click the home screen I dont get the options to switch between Open Home, HTC's standard and or ahome etc. How do I remove the default setting?
View 3 Replies View RelatedWhy is there not a sticky listing default apps that are safe to remove and, probably more importantly, NOT safe to remove? Seems like this would be good info (especially for noobs) to see.
View 19 Replies View RelatedI would like to remove the default home page. Whenever i open browser, its connecting to verizon wireless home page. Can i remove the default home page?, i.e just to display a blank page when i open browser.
View 1 Replies View RelatedI have one of my screens the the People Widget (HTC) and I was wondering if any of you knew how to remove the default action for a person on that screen.For example, I have the favorites group linked and after I clicked on a person and texted them, the Favorites widet now links that person's icon to texting them every time. Anyone know how to make it not do this?I would prefer the option of either setting a default action or just opening the contact so I could choose to email, text, GPS etc.
View 8 Replies View RelatedI'm new to the forums here, i have had my desire for just over a month now really enjoying it.
anyway i want to remove the htc sense on the phone and just have the default the 2.1 theme.
how would i go about doing this, would i need to root the phone or is there an easier way to achieve this.
I am using an LG Nexus 4 device with the stock Android keyboard. When texting, composing e-mails, or engaging in most functions with a keyboard, there is a smiley key on the bottom left corner next to the period. Is there any way to remove or change that key?
I use the period often, and sometimes hit that smiley key by accident. A few times in the last week, I sent serious messages and, instead of ending the sentence with a period, I ended it with a smiley. Those made for awkward moments.
By the way, I have tried Swype and SwiftKey and prefer the Android keyboard with gesture-typing. I am not interested in installing an app with a supposedly better keyboard.
I want to remove the default orange focus color from GridView and from the EditText. I have tried the android:focusable="false" but it is not working.
View 1 Replies View RelatedI have started using Waze for my GPS navigation needs. The problem is, I had previously told my phone to use Google Maps Navigation (or simply "Navigation", the one with the blue arrow icon, instead of the other option at the time which was TeleNav GPS Navigator), but I can't seem to remove that default app setting.
I have gone to Settings->Applications->Manage Applications->All to look for the Navigation app and clear "Launch by Default" setting, but it does not appear in the list of apps at all.
Is this a thing about Google apps, that they are kept hidden and forever locked into being your default app once you tell it so? I thought maybe it was part of the regular Google Maps app, but the setting there says there are no defaults set to be cleared.
When you click a link in the Android browser, the target link area gets highlighted with an orange box by default. A longpress then opens up the context menu for link handling (copy, paste, new window, etc). Is there a way to disable either / both of these in webview? I'm using the highlight code in scriptaculous and the default android link styling is being laid over top of the effect.
View 2 Replies View RelatedI would like to completely remove Media scape and install the default sound/picture/movie applications. I'd also like to have the default Android theme and home, instead of the Sony Ericsson bullshit.
View 2 Replies View RelatedIs there a way to get the application label in different languages according to locale? For example, I can get the application label "Settings" of package com.android.settings in English, "Ajustes" in Spanish.
View 4 Replies View RelatedBy default the label of a RadioButton in on the right of the checkMarck. Is there a way to put the text on the left?
View 2 Replies View RelatedSuppose that you create a HelloWorld application under Eclipse. Then in res/values/strings.xml the following entry is created: <string name="app_name">Hello, Android</string> Now, when you launch the HelloWorld application you see the label "Hello, Android" on top of the screen. I want to hide this label. What is the way of doing this?
View 3 Replies View RelatedI have a map with many overlayitems on it, they look all the same (simple bubble), When the user clicks on one overlayitem a detailpopup is shown. I would like to draw a numbering every overlayitem - but how could i accomplish this? I tried to extend overlayitem and overwrite the draw method (but now, everthing get a shadow also the number). What it is the best way to do this?
View 2 Replies View RelatedI want to get the displayed name, id the label, that is associated with a android account. For instance, when you create a new contact, you have to precise the type of the account and to do so, you can pick up one of the account that enable contact synchronisation, or the 'telephone' type. I have search thru the AccountManager, ContactsContract.Settings and SyncAdapterType but cannot find this label.
View 1 Replies View Relatedim using a tutorial from the book hello android and i have come across said error, any help would be great as its for a uni project, files are below...........
View 2 Replies View Related