To allow users to enter your app from links, you must add intent filters for the relevant activities in your app manifest. These intent filters allow deep linking to the content in any of your activities…| Android Developers
A content provider manages access to a central repository of data. You implement a| Android Developers
Learn about the new features and APIs for developers in Android 11.| Android Developers
The code samples, guides, and API reference you need—whether you're building for phones, watches, tablets, laptops, foldables, TVs, cars, or XR. Take advantage of these resources to develop your app faster, with higher quality.| Android Developers
Android apps send and receive broadcast messages from the Android system and| Android Developers
It feels like every single web service wants to use OAuth to get user data, and for good reason too. The alternatives include requiring users to create access tokens manually (yikes) and asking users to input their usernames/passwords to impersonate them (giga yikes). At least with OAuth, users get to see a pretty screen with a big “Approve” button.| preyneyv’s blog
Technische Prüfungen bewerten Sicherheit und Konfiguration von Android-Apps, doch insbesondere die Prüfung von Signaturblöcken muss verbessert werden.| www.kuketz-blog.de
Learn about changes in Android 12 that will affect apps when they target Android 12.| Android Developers
Learn about changes in Android 12 that will affect all apps.| Android Developers
Figure 1. Capabilities of deep links, web links, and| Android Developers
This article is an introduction to embedded Android from the perspective of an embedded Linux developer.| sergioprado.blog
Android 11 limits the kind of information your app can retrieve about other apps. Learn why you might have to update your app even though you don't use PackageManager directly.| cketti
An Activity is an application component that provides a screen with which users can interact in order to do something, such as dial the phone, take a photo, send an email, or view a map. Each activity is given a window in which to draw its user interface…| Android Developers