Tag: Android

Introducing Password Vault Application – Ultimate Password Manager

Author: | Categories: General No Comments
In today’s digitally connected world, our lives are intertwined with a myriad of online services, each demanding its own set of login credentials. It’s no surprise that password management can quickly become an overwhelming task. But what if there was a way to simplify this process and enhance your digital security, all while keeping your […]

Get APK from Android Device

Author: | Categories: Programming No Comments
Sometimes you need APK file from the Android device. Easiest way is to use ADB. You need to connect android device to computer and have the required drivers of Android device installed along with Android SDK tools. Run below command to display all the packages installed on your device. adb shell pm list packages Find […]