DevTools

Android Manifest Permissions Reference

Search Android manifest permission constants and check their purpose, protection level, API requirements and third-party app restrictions, including STATUS_BAR.

Processed locally in your browser; data is not uploaded

Features

FAQ

Can a third-party app use android.permission.STATUS_BAR?

No. It controls opening, closing or disabling the status bar and its icons, and Android documents it as unavailable to third-party applications.

What is the difference between EXPAND_STATUS_BAR and STATUS_BAR?

EXPAND_STATUS_BAR is a normal permission for expanding or collapsing the status bar. STATUS_BAR is a restricted system permission unavailable to regular third-party apps.

Related tools