Skip to content

Instantly share code, notes, and snippets.

View VipinVargheseGithub's full-sized avatar

Vipin varghese VipinVargheseGithub

  • kochi
View GitHub Profile
@VipinVargheseGithub
VipinVargheseGithub / AndroidManifest.xml
Created June 23, 2017 06:43 — forked from bjoernQ/AndroidManifest.xml
Creating a System Overlay (Always on Top over all Apps) in Android
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.mobilej.overlay"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="14" />
<application android:label="SystemOverlay" >
<activity