Home | History | Annotate | Download | only in components

Lines Matching full:applications

9   <li>Android applications are composed of one or more application components (activities,
12 one can be activated individually (even by other applications)</li>
40 <p>Android applications are written in the Java programming language. The Android SDK tools compile
57 other applications.</li>
61 needed or when the system must recover memory for other applications.</li>
69 <p>However, there are ways for an application to share data with other applications and for an
73 <li>It's possible to arrange for two applications to share the same Linux user ID, in which case
74 they are able to access each other's files. To conserve system resources, applications with the
76 applications must also be signed with the same certificate).</li>
150 application can access. Through the content provider, other applications can query or even modify
162 and must implement a standard set of APIs that enable other applications to perform
174 Applications can also initiate broadcasts&mdash;for example, to let other applications know that
204 Therefore, unlike applications on most other systems, Android applications don't have a single entry
208 restrict access to other applications, your application cannot directly activate a component from
366 intent received to the <i>intent filters</i> provided in the manifest file of other applications on
371 from other applications. You can declare an intent filter for your component by
396 for users when they search for applications from their device.</p>
462 applications are available on each device. As such, your application should be available only to
465 <p>For more information about how Google Play filters applications based on these (and other)