Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.19 KB

OverlayApp

Description

The OverlayApp is an Android application that allows you to create an overlay view on top of other apps. The overlay view can block the status bar and prevent interaction with it. By enabling the overlay, you can keep the Wi-Fi radio awake using a WifiLock to ensure uninterrupted Wi-Fi connectivity. In addition, you can use other applications and while the overlay is on, the Wi-Fi radio will be kept awake.

Built using Android Studio.

overlayapp-screenshot

Installation and Setup

Prerequisites: Android Studio and Android SDK Clone the repository via git clone

Open the project in Android Studio: cd OverlayApp Open Android Studio and select Open an Existing Project, then choose the OverlayApp directory.

Build and run the application: Select Run 'app' from the Run menu in Android Studio.

How to Use

Create Overlay: Click on the 'Create Overlay' button to create an overlay that blocks the status bar.

Stop Overlay: Click on the 'Stop Overlay' button to disable the overlay.

Manage App Permissions: Click on the 'App Permissions' button to manage the app's permissions.