W
W
Wiemo2012-09-30 16:00:04
Android
Wiemo, 2012-09-30 16:00:04

The name of the application in the launcher?

Why does the name of the application in the launcher match the name of the main activity, although the name of the application is written in the manifest?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
L
LeoCcoder, 2012-09-30
@LeoCcoder

because the android
launcher is designed this way, it does not launch the application, but the activity, which is why the name of the activity that the launcher launches is displayed there.
all the activities of your application that have <category android:name="android.intent.category.LAUNCHER" /> are included in the launcher, that is, one application can put several activities in the launcher and they will all have their own name.

W
Wiemo, 2012-09-30
@Wiemo

those. in order for the launcher to display the name I need, does the main activity need to be assigned this particular title?

A
alternativshik, 2012-09-30
@alternativshik

android:label specifies the string that will be displayed in the launcher. developer.android.com/guide/topics/manifest/activity-element.html#label

S
santorro, 2014-04-09
@santorro

In the settings there is Selective Sync
www.myrouble.ru/wp-content/uploads/2013/11/18.jpg

D
Dmitry, 2014-04-10
@seventh

No. Folders only.

M
Maxim_Q, 2014-07-05
@Maxim_Q

Officially, it won’t work out in any way, it’s useless to write to the developers to help and enable this feature, they scored a bolt on everything.
The only option is to pause synchronization for a while, so that there is less hawala traffic and that's it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question