Showing 19 open source projects for "android permissions"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Fetch for Android

    Fetch for Android

    The best file downloader library for Android

    Fetch is a simple, powerful, customizable file download manager library for Android. Simple and easy to use API. If you are saving downloads outside of your application's sandbox, you will need to add the following storage permissions to your application's manifest. For Android SDK version 23(M) and above, you will also need to explicitly request these permissions from the user. Continuous downloading in the background.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    Stroke Input Method for Android

    Stroke Input Method for Android

    Android Chinese keyboard: Stroke Input Method

    This minimalist Android IME enables input of Chinese characters via stroke sequences. It supports over 28k characters (including Cantonese), offers simplified/traditional preferences, avoids ads, permissions, and telemetry, ensuring privacy and simplicity.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    App Manager

    App Manager

    A full-featured package manager and viewer for Android

    ...Advanced tools like a logcat viewer, debloater, code editor, and file manager are built directly into the app. For power users, it offers root and ADB-based controls to manage permissions, processes, and system behavior. Overall, App Manager consolidates the functionality of multiple utility apps into one comprehensive Android management tool.
    Downloads: 103 This Week
    Last Update:
    See Project
  • 4
    React Native Contracts

    React Native Contracts

    React Native Contacts

    A React Native library for accessing and managing contacts on iOS and Android devices, enabling apps to retrieve and manipulate contact data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    SecondScreen

    SecondScreen

    Better screen mirroring for Android devices

    SecondScreen is an application designed for power users that frequently connect their Android devices to external displays. It works with your existing screen mirroring solution to give you the best experience possible. With SecondScreen, you can change your device's resolution and density to fit your TV or monitor, enable always-on desktop mode in Chrome, and even turn your device's backlight off, among several other features.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 6
    NewPipe

    NewPipe

    A libre lightweight streaming front-end for Android

    ...Users can play videos at high resolutions, listen to audio in the background, and even use a popup player for multitasking, all while avoiding ads and excessive permissions that are common in official clients. NewPipe also supports downloading audio, video, and subtitles for offline viewing or saving bandwidth, and it parses service websites directly when official APIs aren’t suitable for its aims.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 7
    drozer

    drozer

    The Leading Security Assessment Framework for Android

    drozer (formerly Mercury) is the leading security testing framework for Android. drozer allows you to search for security vulnerabilities in apps and devices by assuming the role of an app and interacting with the Dalvik VM, other apps' IPC endpoints and the underlying OS. drozer provides tools to help you use, share and understand public Android exploits. It helps you to deploy a drozer Agent to a device through exploitation or social engineering.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    libsu

    libsu

    A complete solution for apps using root permissions

    libsu is a modern Android library that provides a safe, convenient API for executing commands with root privileges and interacting with the Android shell. Instead of ad-hoc Runtime.exec calls, it offers structured sessions, proper I/O streams, and lifecycle handling that works reliably across devices. The library focuses on developer ergonomics: thread-safe helpers, Kotlin-friendly APIs, and utilities for file operations, process management, and parcelable data transfer. It’s designed to...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    OTG Nilboard

    OTG Nilboard

    Android smartphone app to suppress the default keyboard

    An Android app that disables the default on-screen keyboard when a hardware keyboard is connected via OTG, offering a distraction-free typing experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    xCrash

    xCrash

    Provides the Android app with the ability to capture java crash

    xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required. xCrash can generate a tombstone file (similar format as Android system's tombstone file) in the directory you specified when the app process crashes or ANRs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Wrong Answer Calculator

    Wrong Answer Calculator

    Wrong answer guaranteed, first time, every time.

    Just a little mindless fun using beghilos or calculator spelling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    PermissionsDispatcher

    PermissionsDispatcher

    A declarative API to handle Android runtime permissions

    PermissionsDispatcher provides a simple annotation-based API to handle runtime permissions. This library lifts the burden that comes with writing a bunch of check statements whether permission has been granted or not from you, in order to keep your code clean and safe. PermissionsDispatcher introduces only a few annotations, keeping its general API concise. Annotate a method that explains why the permissions are needed. It passes in a PermissionRequest object which can be used to continue or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RxPermissions

    RxPermissions

    Android runtime permissions powered by RxJava2

    This library allows the usage of RxJava with the new Android M permission model. If you need to trigger the permission request from a specific event, you need to setup your event as an observable inside an initialization phase. You can use JakeWharton/RxBinding to turn your view to an observable (not included in the library). Because your app may be restarted during the permission request, the request must be done during an initialization phase. This may be Activity.onCreate, or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    EasyPermissions

    EasyPermissions

    Simplify Android M system permissions

    EasyPermissions is a wrapper library to simplify basic system permissions logic when targeting Android M or higher. If your app is written in Kotlin consider the easypermissions-ktx library which adds Kotlin extensions to the core EasyPermissions library. To begin using EasyPermissions, have your Activity (or Fragment) override the onRequestPermissionsResult method. If all of the permissions in a given request are granted, all methods annotated with the proper request code will be executed(be sure to have an unique request code). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TakePhoto

    TakePhoto

    A tool library for taking photos and selecting from albums

    TakePhotoIt is an open-source tool library for getting photos (taking pictures or selecting from albums and files), cropping pictures, and compressing pictures on Android devices. The latest version is 4.1.0. For versions below 3.0 and API description, see TakePhoto2.0+ for details. Support automatic permission management (no need to care about SD card and camera permissions, etc.). Support personalized configuration of cropping and compression parameters. Provides own cropping tool (optional). Support intelligent selection and cropping exception handling. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Let

    Let

    Annotation based API flavored with AOP to handle Android models

    Annotation-based simple API flavored with AOP to handle new Android runtime permission model. If you check Google's Samples about the new permission model, you'll see a lot of boilerplate code for requesting, handling, and retrying the request for required permissions. Let will minimize the boilerplate code you have to write for requesting and handling permissions and hence help you keep your code more readable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    power of two

    power of two

    a fast configurabele 2048 clone

    This is another android port of the great occasional game "2048". The original game was made by Gabriele Cirully and uberspot did an android port. Unfortunately the game slows down the more the bigger the tiles are, and is no fun anymore beyond the 16384 tile. So I began to write another port. Besides the performance, I added three difficulty-levels. They differ in the number of undo-steps and the probability of fours appearing instead of twos. Have fun! Christian Wahlmann
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    AndSys ~ Apps

    AndSys ~ Apps

    Information Tool about installed Applications.

    .... - No Permission Required. - Requires Android 1.6 and above. ## Keywords app, apps, details, info, information, installed, packages, system, tool, utility ---- AndSys 0.4-rc3 Copyright (C) 2012, 2013 Giulio Orru`
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    lavender-firewall

    lavender-firewall

    Personal firewall for linux desktop and android phone

    This is extremely handy for Android Phones, as now most third-party Apps from mobile market is now close-sourced and it's hard to promise its security, but some of this functions may be tempting, so we have to install it and give it permissions what it want at installation stage, and then it may do something we don't like in the background, now with Lavender we can at least prevent from accessing network if we don't trust it.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next