📱

Android Manifest Permissions

Complete reference guide for Android Manifest permissions. Browse and search all Android permissions with descriptions and usage examples.

Android Manifest Permissions
Basic Permissions2
Permission NameDescription
android.permission.INTERNET
Allows applications to open network sockets
normal
android.permission.ACCESS_NETWORK_STATE
Allows applications to access information about networks
normal

What is Android Manifest Permissions

Android Manifest permissions are declarations that your app must include in AndroidManifest.xml to request access to sensitive user data or device features. Permissions are categorized by protection level (normal, dangerous, signature, etc.) and must be declared before your app can use protected features like camera, location, contacts, or network access.

Features

📱

Complete Permission Reference

Comprehensive list of all Android Manifest permissions with detailed descriptions and protection levels
🔍

Search and Filter

Quickly search and filter permissions by name, description, or category
📋

Copy Permission Names

One-click copy permission names for easy use in AndroidManifest.xml
📚

Organized by Category

Permissions organized by category for easy browsing and reference

📋Usage Guide

1️⃣
Step 1
Browse or search for the permission you need.
2️⃣
Step 2
Click the copy icon to copy the permission name.
3️⃣
Step 3
Add the permission to your AndroidManifest.xml file.

🔗Related Documents

🔐Android - Permission Protection Levels-Documentation on permission protection levels

User Comments

0 / 2000
Loading...