
Security in Android (or any mobile device platform) is one of the top priorities for users. Google offers a few ways of protecting your private information and device data. These range from the popular pattern unlock to the old school, yet still functional PIN code.
By default the OS asks you to enter a PIN code once the device is powered on. Protecting it with just a single code may not be enough, so third party developers invented a new ways of protection every day. One of them was presented by XDA Senior Member hamzahrmalik. PINshortcuts is an Xposed Framework module that lets you set PIN codes on per-app basis.
For example, if you want to open XDA App, you can to enter 1234. When an you want to launch your Internet Browser, you can use a different PIN code like 4321. After entering the code, the app will start directly from lock screen. Naturally, you can unlock your device without launching any apps by entering the default PIN code. The solution is pretty useful, but you obviously need to be careful. The more codes you try to remember will lead to some that you inevitably forget. Also a longer list of PIN codes will also give intruders more chances to simply guess the number and steal your data.
PINshortcuts is an Xposed module. This means that your device must be rooted in order to use this module. If you would like to use this module on your phone or tablet, make your way to the PINshortcuts thread and give it a try. How would you extend the security and functionality of your device? Let us know in the comments below.
The post PINshortcuts Xposed Module Launches Apps by PIN Code appeared first on xda-developers.