Skip to main content

Android P may add support for automatically launching an app when connected to certain devices/accessories


Android P may add support for automatically launching an app when connected to certain devices/accessories
 March 21, 2018
The Developer Preview for Android P was released in early March. With it came a host of changes, improvements, and even a regression or two. We’ve cataloged every new feature in an exhaustive two-part roundup, which is worth a read if you’re looking to catch up. This is merely the first of at least four public Android P preview builds on the horizon. We recently learned native support for iris scanners is heading to Android, and that an upcoming Developer Preview will introduce enhanced call filtering. And just this week, we uncovered evidence of another new feature, contextual app launching, that seems likely to ship alongside a future version of Android P.

Automatic app launching in Android P is very clearly a work in progress. From what we’ve gathered in a teardown of Android P’s SystemUI APK, it’ll trigger the launch of predefined apps when a phone connects to certain devices or accessories. Here are the relevant strings:
<string name="always_use_accessory">Always open %1$s when %2$s is connected</string>
<string name="always_use_device">Always open %1$s when %2$s is connected</string>
It’s unclear just how configurable automatic app launching will be and what kind of parameters users will be able to tweak. It also remains to be seen which apps and contexts will be supported. Certain categories of applications might very well be excluded. “Connected” might refer to Wi-Fi, Bluetooth, USB, or a combination of all three.
Currently, Android doesn’t expose contextual app launching to users. Right now, defining automatic app launching rules requires the use of third-party applications such as IFTTT, Automate, and Tasker, which offer a robust set of automation tools. You can configure Tasker to open Spotify when you connect to your car’s Bluetooth speakersystem. Or create an IFTTT recipe that switches on a connected lightbulb when your phone connects to your home Wi-Fi network.
Android P’s automatic app launching feature won’t replace Tasker or IFTTT by any stretch (assuming it sees the light of day, of course). It could lay the foundation for additional automation settings down the line. And in any case, it’d be a boon for Android P’s new Bluetooth features. Android P introduces support for Bluetooth HIDD, which allows you to use your smartphone as a PC input device. With contextual app launching enabled, a touchpad app or mouse app could open automatically every time your phone pairs with your laptop.

Android P may add support for automatically launching an app when connected to certain devices/accessories

Comments

Popular posts from this blog

Bypass Ubuntu Login Screen

Here is the new post on the series of the bypassing of the login screens of the different Operating Systems . In this post, we are going to bypass login screen of the 'Ubuntu 16.04 LTS' . This method is basically works on all Ubuntu . Here is the screen of the Login of the Ubuntu 16.04 LTS which we are going to bypass. STEPS:- Steps 1 :  First restart the system and load the GRUB menu by holding SHIFT  key when the BIOS  loads. After that selects ' Advanced Options ' and you will get this menu. Steps 2 :  Then selects recovery mode on the above menu and you will get the following menu. Steps 3 :  Then selects the root menu and you will dropped into root shell of the system. Steps 4 :  Then run the following commands: mount -rw -o remount / passwd <username> After the successful completion of the command, you have successfully changed the root password of the system. You find the root username of the system by changing to the syst

Bypass Kali Linux Login Screen

This is the another post of the Operating System Login Mechanism bypass series. In this post, we are going to bypass the login screen of the Kali Linux that works on all Kali rollings. This is method is slightly different from the method of the Ubuntu. STEPS:- Step 1 :  First, boot the Kali rolling and you will find the GRUB Menu of the KALI. Step 2 :  Then press 'e'  key to load the GRUB. Step 3 :  After that, replace 'ro'  to 'rw'  and 'init=/bin/bash'  at the same line and press 'F10'  key to load with this GRUB file. Step 4 :  After the boot, you will dropped into the root shell of the system. Step 5 :  Now, type 'passwd root'  command and enter the new unix password twice of the root user. Now, Reboot the system and boot normally and you are able to login to the root account of the Kali-rolling with the new password. Post written by - M4TRIX_H4CK3R Author  -  https://en.gravatar.com/kalima