returned valid, it implies the phone is an Android phone with the Play store installed. Call RemoteIntent.startRemoteActivity() on the wear device to open the Play Store on the phone. Use the market URI for your telephone application (which might not be the same as your phone URI). For instance, use a market URI: market://details?id=com.example.android.wearable.wear.find devices. In the event that PlayStoreAvailability.PLAY_STORE_ON_PHONE_UNAVAILABLE is returned, it implies the phone is likely an iOS phone (with no Play Store accessible). Open the App Store on the iPhone by calling RemoteIntent.startRemoteActivity() on the wear device. You can indicate your application's iTunes URL, for instance, https://itunes.apple.com/us/application/yourappname. Likewise, observe opening a URL from a watch. On an iPhone, from Android Wear, you can’t programmatically determine whether your phone application is installed. As a best practice, give a mechanism to the user (for example, a button) to manually trigger the opening of the App Store.”