The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
7answers
16k views

Is there a way to permanently turn off Google Maps until needed?

Google maps seems to have an insane amount of Intents registered for it, as well as other ways of being started. Since this is a pretty resource hungry app (especially memory wise), I would very much ...
13
votes
1answer
681 views

How can I make Android remember default apps after upgrades?

After choosing a default program for an action, every time an app gets updated that relates to that action, the OS unnecessarily asks which program to use. I can't be the only one to be aggravated by ...
7
votes
1answer
608 views

Function of back button after opening URL from (Twitter) application

When opening a URL in the official Android Twitter app it opens the native browser, showing the page for that URL. If I tap the back button in the browser (Galaxy S, 2.3.3, should it matter), one of ...
5
votes
2answers
397 views

Is there an intent for telling Play Store to update all apps, or turn auto update on?

I own a Samsung Galaxy S2, running the official ICS OS. I want to use the Llama app (too poor for Tasker!) to tell my phone to update all apps whenever I am connected to certain Wi-Fi networks (but ...
3
votes
1answer
74 views

How can I tell if an app can be a “link” target?

I have a couple of Bible apps on my phone. Sometimes, other apps link to a Bible verse, but they usually either embed a Bible viewer in the app or only work with a particular app. I would like to be ...
3
votes
0answers
191 views

How can I get the QuickContactBadge to show an action for sending Instant Messages?

I'm wondering if there are any instant messaging apps which link to contact data fields and use intents to add a Send Instant Message action to the QuickContactBadge shown in many places when clicking ...
2
votes
3answers
2k views

Finding out the intents an app uses internally

I have an app (Smart Tools) that consists of mutiple distinct subapps. I would like to have an shortcut for a single subapp, so I wouldn't have to open it through the app's main menu. I'm pretty sure ...
2
votes
1answer
46 views

Can an app register itself to consume certain URLs?

This is not a programming question but a usability one. News site example.com has an annoying habit: when I follow a link to an article, the site first displays a pop-up saying “come use our app ...
2
votes
1answer
97 views

How do you clear share actions bound to ‘copy to clipboard’?

I accidentally set a sharing intent to always copy to clipboard. I know that usually to unbind these defaults, you go Settings > Apps > All > [bound app] and hit the 'Clear defaults' button from ...
2
votes
0answers
166 views

(Almost) every time I unplug my headphone, the Voice Command app opens. How to make it stop?

This happens frequently enough to make me believe the unplugging has some influence on it, but it doesn't happen all the time, so I'm not quite sure... I can think of two options to find out who's ...
1
vote
1answer
161 views

Links from Gmail all open in same Chrome tab

I just noticed that when I open a link from the Gmail app (in Chrome), then go back to Gmail and click another link, it replaces the first one in Chrome. I end up with only one tab open. Is there a ...
1
vote
0answers
22 views

Random share Intent screen

Sometimes when I'm just casually clicking around in apps or swiping through the OS, I get random Share Intent popups. I can usually open it with ES File Explorer, Chrome or Dropbox. It has no ...
1
vote
0answers
19 views

How can I determine what app put a spam shortcut on my home screen? [duplicate]

Recently, I discovered that some app on my phone had taken it upon itself to place a very nice "Free Games" shortcut on my home screen. I haven't installed any new apps in the recent past, so I would ...
0
votes
0answers
599 views

Stop Media Playback through adb

I'm testing some settings on a phone, and unfortunately the only control I have is through adb right now. My issue is that while I can start playback of a music file through the following command, I ...