What is Wakelock blocker?

Amplify let me restrict some annoying wakelocks on my phone. For those of you not too familiar, a wakelock is a process which wakes your phone when the screen is off . This is normally pretty good, as it allows you to receive texts, listen to music, and so on.

Read more

How do I set custom permissions in Android?

As shown in the previous section, you can use the android:permissionGroup attribute to help the system describe permissions to the user . In most cases you will want to set this to a standard system group (listed in android. Manifest. permission_group ), but you can also define your own group with <permission-group> .

Read more