You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also notice the mainifest indicates this service is not found android:name="com.example.android.wearable.findphone.SoundAlarmListenerService" >
But I do have SoundAlarmListenerService.java in the path.
When I run the Wearable the alarm does not trigger on the phone.
The text was updated successfully, but these errors were encountered:
I tried to run FindMyPhone from Android Studio but there is no activity provided for the Application module. I added an empty MainActivity.
And created a listing in the mainfest
I also notice the mainifest indicates this service is not found
android:name="com.example.android.wearable.findphone.SoundAlarmListenerService" >
But I do have SoundAlarmListenerService.java in the path.
When I run the Wearable the alarm does not trigger on the phone.
The text was updated successfully, but these errors were encountered: