Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Are you sure you don't have code that is setting the title explicitly?</p> <p>Are you sure that the <code>OPEN_RECORD</code> intent isn't the one being triggered every time?</p> <p>Have you tried debugging by making sure everything has a distinct label (application, activity, each intent-filter) and seeing what happens?</p> <p>I agree with you that what you expected to happen is what the docs say should happen. But it seems like the default <code>&lt;application&gt;</code> label is being used regardless. I'm afraid if one of the above ideas doesn't help, then I'm out of ideas. I might try it myself later on my system to see if it happens for me.</p> <hr> <p><a href="http://developer.android.com/guide/topics/manifest/intent-filter-element.html#label" rel="nofollow">http://developer.android.com/guide/topics/manifest/intent-filter-element.html#label</a></p> <blockquote> <p>android:label</p> <p>A user-readable label for the parent component. <em>This label, rather than the one set by the parent component, is used when the component is presented to the user as having the capability described by the filter.</em></p> <p>...</p> <p><em>The default value is the label set by the parent component. If the parent does not specify a label, the default is the label set by the element's label attribute.</em></p> </blockquote> <hr> <p><a href="http://developer.android.com/guide/topics/manifest/manifest-intro.html#iconlabel" rel="nofollow">http://developer.android.com/guide/topics/manifest/manifest-intro.html#iconlabel</a></p> <blockquote> <p><em><strong>Icons and Labels</em></strong></p> <p>...</p> <p>In every case, the icon and label set in a containing element become the default icon and label settings for all of the container's subelements. Thus, the icon and label set in the element are the default icon and label for each of the application's components. Similarly, the icon and label set for a component — for example, an element — are the default settings for each of the component's elements. <em>If an element sets a label, but an activity and its intent filter do not, the application label is treated as the label for both the activity and the intent filter.</em></p> <p>...</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload