Skip to content

(跑monkey时不会点击通知栏的内容)A developer tool to hide Android status bar under an overlay mask

License

Notifications You must be signed in to change notification settings

liwei721/no-touch-notification

 
 

Repository files navigation

#SIMIASQUE

##What is Simiasque? Simiasque is an android application designed for developpers. It allows them to manually hide the status bar under an overlay mask, preventing stress tests (monkey tests) from clicking it.

##Why Monkey tests can be really annoying, and browsing among notifications and settings rather that the application seams to be a frequent issue. This app can be a simple work around to a common problem.

##How to install You can choose to download source code and compile it yourself, or you may want to directly download and install this demo apk

if you prefer to compile it yourself, juste clone our repo

git clone https://github.com/Orange-OpenSource/simiasque.git

and execute gradle command to compile and install the projet to your phone:

./gradlew installDebug

##How to use ###User interface Simply launch the application to get a switch that will allow you to turn the overlay mask on/off. ###Command line You can also use adb to toggle the overlay.

To turn it on:

adb shell am broadcast -a org.thisisafactory.simiasque.SET_OVERLAY --ez enable true

To turn it off:

adb shell am broadcast -a org.thisisafactory.simiasque.SET_OVERLAY --ez enable false

###From another app You can trigger Simiasque from another app using our broadcast receiver. Simply fire an intent with action org.thisisafactory.simiasque.SET_OVERLAY and an extra boolean enable set to true to show the mask and false to hide it.

##Screenshots:

##Contributing Contributions to Simiasque are welcome and greatly appreciated.

##Author: Arnaud Ruffin

##License: MPL-2.0

About

(跑monkey时不会点击通知栏的内容)A developer tool to hide Android status bar under an overlay mask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%