Here is the snippet for sending intent to open deeplink: Sample:
Adb common commands
Get device’s dimension: Get device’s density: Hide status bar and navigation bar: Reset screen changes:
Get current Activity name by adb shell
Here is the command: The output would be: My activity name is: LauncherActivity
Remove bloatware from Your Android phone (no root)
Command to list apks on device: adb shell pm list packages Command to remove apk […]
Adb commands for changing resolutions and densities
To get default dimension: To get default density: To change dimension: To change density: Here […]
DeviceControl – jar app to control apks
Download: devicesControl_jar Inside: adb.exe + jar_app + preview_pic
How to run an android application using .apk file?
Here is the example how to run apk when you do not know what is […]