Questions tagged [default-applications]

Issues with apps defined as default for certain actions, or how to define them such.

What is a "default application"?

On Android, many things are event steered: Intents are called, and listeners respond to them. This is best explained using an example:

Say you click on a URL in some text. The app will then invoke an intent called ACTION_VIEW and pass it the URL. The system will "broadcast" this intent to all apps having listeners established for ACTION_VIEW for URLs (in this case, usually web browsers). As long as only one app responds, it immediately gets the task and starts the appropriate activity (opening the corresponding web page).

But you might have multiple browsers installed. In this case, the system does not know which one should be used -- and pops up a query to the user: "Open with...", listing all corresponding apps. Now the user might chose to check the box to "always use" this app: Doing so, the user defined a default application for this specific action, and the system will not ask again for this the next time.

How to define a "default application"?

As described in the previous paragraph: Simply check the "Use by default for this action" bos when asked which app to use for this action.

Declare a default application

How to undefine a "default application"?

This can be done in Settings→Apps→Manage Apps: Scroll the list to find the current default app, and press the "Clear defaults" button.

Clear default application

Are there alternatives to manage default apps?

Of course there are, and more than one. An example would be Default App Manager, which makes management of default apps easier for the end user:

Default App Manager Default App Manager

210 questions
10
votes
1 answer

How to set default action handler permanently?

I've set defaults apps for many actions like sending email, opening PDFs, opening webpages etc. But, when I install or update an app which could handle that action, this default is cleared (even if default app is updated). Nobody has problem with…
iOS
  • 12,381
  • 13
  • 63
  • 103
8
votes
5 answers

How to remove Android stock movie player as preferred default app for movies?

Using ASTRO File Manager, I've set Movies (stock Android app) to play my videos. Now I want to remove this association, but I simply can't find a way to do it. Looking into applications didn't help (The Movies app doesn't show at all, I think it's…
Pitto
  • 1,784
  • 4
  • 18
  • 24
8
votes
2 answers

How to assign default app to unlisted file type

in Android 6.0 Marshmallow, is it possible to assign a default app to a file type that isn't listed yet? Specifically, I have *.notes for plain text notes, and *.md files for markdown. Windows is set to open them with my editor. Is this possible in…
RolfBly
  • 185
  • 1
  • 1
  • 7
6
votes
1 answer

How to select default application

How can I change the default application for a given file type or protocol? For example, I have multiple browsers on my smartphone and have selected "Internet" (the default browser) to be "the default browser" because it kept asking on every…
Francisc
  • 2,365
  • 10
  • 29
  • 36
6
votes
0 answers

URLs not opening in native app

Samsung Galaxy S7, stock Android 7.0 I have the Meetup app installed. If I go to App settings → Meetup → Set as default → App links: Go to supported URLs is set to "Via this app". Supported web addresses lists meet.meetup.com among others. In…
endolith
  • 3,035
  • 10
  • 40
  • 48
4
votes
4 answers

What is MTK Logger?

At the moment I am using an alcatel One Touch Pixi. I'm currently deleting apps that I don't use and found MTK Logger. What is the MTK Logger app and what it is used for?
queen bee
  • 41
  • 1
  • 1
  • 2
3
votes
2 answers

How to change Android's Google Chrome's default downloader? (not under app - set default)

I set Android's Google Chrome's default downloader to ES File Explorer and now I want to reset it back to Google Chrome. I found this to be impossible on Android 7.0 - I tried to uninstall both Chrome and ES File Explorer and then cleared all…
Aero Windwalker
  • 1,024
  • 8
  • 15
  • 27
2
votes
0 answers

Default behavior remains after app uninstall

I have a problem with the Wikipedia app. After I installed it, links in the Google Search result page link to the Wikipedia app, which is the expected behavior. After I uninstalled the app I thought that the links would open in my browser again.…
Florian
  • 121
  • 2
2
votes
1 answer

how can I change defaults in Android?

Possible Duplicate: How do I change the default Complete Action With? I've accumulated a number of programs that do the same thing (browsers, mp3 players, video players etc), and some of are set as defaults. How can I change the defaults? For…
Nathan Fellman
  • 5,464
  • 19
  • 56
  • 78
2
votes
0 answers

Is there a way I can see a list of all the applications I've set as "default"?

I've accidentally set some applications as "default" in the past, but I currently do not remember which ones. Is there a way to get a list of all applications that have defaults that I can clear? Going through each individual application in the…
Bryan Denny
  • 21,906
  • 20
  • 78
  • 98
2
votes
1 answer

Why does my phone keep forgetting the Default apps?

Am running CM 7.2 on a Nexus One. Have tried resetting defaults with "Default App Manager," but eventually no matter what I do, my device forgets the Defaults for my Browser, images, music, SMS, etc... Is there a way to fix this permanently?
Kendor
  • 315
  • 3
  • 10
2
votes
2 answers

Open links to particular domain with particular app

I use a browser as my default, but wish that links to certain domains be opened by default with another browser. For example if an app has a button that opens a website it normally opens it in the default browser. For most situations this is fine,…
To Do
  • 574
  • 2
  • 5
  • 21
2
votes
1 answer

Associate a file type with an application

I want to change the default application starting when opening e.g. an mp3 file. Now the android music player starts when I open an mp3, I want e.g. spotify to start instead.
Gauthier
  • 201
  • 3
  • 7
2
votes
1 answer

Change the default app in "Open with" dialog

I have at one point chosen Truedialer as the default app for opening contacts. I would now like to set Google Contacts as the default app. I have cleared the Launch by default setting for Truedialer. However, when I click on a contact (found using…
Klas Mellbourn
  • 180
  • 1
  • 9
1
vote
1 answer

Setting the default app

When two applications are competing for the same task, how do you turn one to be the default? For example I downloaded a Snap camera app and I'd like the stock camera app to be the default. What do we do to set the default apps for the different…
Average Joe
  • 189
  • 3
  • 4
  • 9
1
2