Teaonly / android-eye

Change your android phone to surveillance camera
Other
1.08k stars 492 forks source link

Wake lock permission #20

Open andrew659 opened 9 years ago

andrew659 commented 9 years ago

Dear developers,

I am a researcher from Hong Kong. I am developing a static analysis tool for Android applications.

Recently, I applied my tool to analyze Wifi camera and found that it does not use wake locks or wifi locks, but it acquires wake lock permission.

uses-permission android:name="android.permission.WAKE_LOCK"

Is this really necessary? Looking forward to your reply and hope we can help improve your project.