Skip to content

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.

Notifications You must be signed in to change notification settings

wesley-tan/overlay-app

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages