awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesAndroid Intent Integrations

Capabilities for interacting with Android system signals and the share menu to trigger app actions.

Distinct from Third-Party Library Integration: None of the candidates cover Android-specific system intents or share menu integration for triggering downloads.

Explore 6 awesome GitHub repositories matching mobile development · Android Intent Integrations. Refine with filters or upvote what's useful.

Awesome Android Intent Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • android/testing-samplesالصورة الرمزية لـ android

    android/testing-samples

    9,297عرض على GitHub↗

    This is a collection of sample projects that demonstrate how to write automated tests for Android applications. The samples cover a range of testing techniques, including simulating user interactions with the Espresso framework, verifying navigation and inter-component communication through intent interception, and managing activity, intent, and service lifecycles using reusable test rules. The repository provides concrete implementations for testing across multiple application windows, capturing screenshots during test execution for visual verification, and synchronizing test assertions with

    Provides sample implementations for intercepting and verifying intents to test navigation and inter-app communication in Android.

    Java
    عرض على GitHub↗9,297
  • deniscerri/ytdlnisالصورة الرمزية لـ deniscerri

    deniscerri/ytdlnis

    7,742عرض على GitHub↗

    ytdlnis is a mobile application that serves as a graphical client for the yt-dlp engine on Android. It functions as a media downloader and manager, providing a user interface to retrieve video and audio from websites. The project distinguishes itself by integrating directly with the Android system share menu and intents to trigger background downloads from external apps. It includes a dedicated authentication cookie manager to import and sync browser session data, enabling the retrieval of private, age-restricted, or premium content. The application covers broad capability areas including au

    Integrates with the Android share menu and system intents to trigger background media downloads.

    Kotlinandroidaudiodownloader
    عرض على GitHub↗7,742
  • yanzhenjie/andpermissionالصورة الرمزية لـ yanzhenjie

    yanzhenjie/AndPermission

    6,628عرض على GitHub↗

    AndPermission is a unified API manager for coordinating runtime permissions, secure file sharing, and high-privilege system access on Android. It provides a lifecycle-aware wrapper for handling dangerous permissions and user consent callbacks through a centralized permissions manager. The project distinguishes itself by managing special permissions that require high-privilege access, such as notification monitoring, screen overlays, and the ability to install applications from unknown sources. It also includes a dedicated tool for secure file sharing that generates temporary read and write ac

    Launches Android intents to request system-level permissions and monitors the resulting codes in the calling activity.

    Javaandroid-permissionpermissionruntime-permission
    عرض على GitHub↗6,628
  • deckerst/avesالصورة الرمزية لـ deckerst

    deckerst/aves

    4,431عرض على GitHub↗

    Aves is an Android media gallery application used for browsing and organizing images and videos. It functions as a multi-purpose tool that combines gallery browsing with a bulk media renamer, an EXIF metadata editor, a GPS media map viewer, and a privacy-focused media vault. The application distinguishes itself through advanced metadata handling, allowing users to modify binary headers to update timestamps and location tags. It features a dynamic pattern-based renaming engine that uses file metadata and cryptographic hashes to update filenames in bulk. Additionally, it provides a secure stora

    Handles the MediaStore review intent for content review workflows with other apps.

    Dartandroidexifflutter
    عرض على GitHub↗4,431
  • mm2-0/kvaesitsoالصورة الرمزية لـ MM2-0

    MM2-0/Kvaesitso

    4,318عرض على GitHub↗

    Kvaesitso is a search-centric Android launcher that replaces the traditional home screen with a unified search interface for launching apps, searching files, and performing quick actions. Its core identity is built around a search-first model that indexes apps, contacts, files, and external services, supported by a Material Design 3 theming system with custom color palettes and monochrome icon filters for a personalized appearance. The launcher distinguishes itself through an extensible plugin system that adds new data providers for weather, file search, cloud storage, public transport, and t

    Fires user-defined Android Intents with search terms as data for external app integration.

    Kotlinandroidjetpack-composekotlin
    عرض على GitHub↗4,318
  • miguelcatalan/materialsearchviewالصورة الرمزية لـ MiguelCatalan

    MiguelCatalan/MaterialSearchView

    3,812عرض على GitHub↗

    MaterialSearchView is an Android UI component that provides a search interface following Material Design guidelines. It functions as a reusable visual element for implementing search bars and query inputs within mobile applications. The component includes a search suggestion provider to display predefined query options as users type and built-in voice search integration to convert spoken commands into text input. The project covers search interface development and component styling, allowing for the customization of colors and icons to match specific application themes.

    Integrates with Android system intents to enable voice recognition for search input.

    Java
    عرض على GitHub↗3,812
  1. Home
  2. Mobile Development
  3. Android Intent Integrations

استكشف الوسوم الفرعية

  • Component TriggeringInteracting with application components by sending specific intent messages to exported activities and services. **Distinct from Android Intent Integrations:** Focuses on adversarial triggering of components rather than general app integration via intents.
  • Review Intent HandlersHandles the MediaStore review intent to integrate with other apps for content review workflows. **Distinct from Android Intent Integrations:** Distinct from Android Intent Integrations: specifically handles the MediaStore review intent for content review, not general system intents or share menu actions.