Lines Matching full:exported
114 to your own application or exported to allow access by other applications.
117 href="{@docRoot}guide/topics/manifest/provider-element.html#exported">
118 android:exported=false</a></code> in the application manifest. Otherwise, set the <code><a
119 href="{@docRoot}guide/topics/manifest/provider-element.html#exported">android:exported</a></code>
124 that will be exported for use by other applications, you can specify a single
528 {@code android:exported} attribute to {@code "false"} in the component's manifest element,
530 href="{@docRoot}guide/topics/manifest/service-element.html#exported">{@code <service>}</a>
585 <p>By default, services are not exported and cannot be invoked by any other
586 application. However, if you add any intent filters to the service declaration, then it is exported
588 href="{@docRoot}guide/topics/manifest/service-element.html#exported">{@code
589 android:exported}</a> attribute to be sure it behaves as you'd like.
648 <p>By default, receivers are exported and can be invoked by any other