Skip to content

Instantly share code, notes, and snippets.

@Kaspic
Kaspic / AndroidManifest.xml
Last active February 2, 2021 18:54
Samsung Galaxy Watch Companion App Tutorial - Part 1
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="com.samsung.accessory.permission.ACCESSORY_FRAMEWORK" />
<application>
<service android:name="GalaxyProviderService" />
<receiver android:name="com.samsung.android.sdk.accessory.RegisterUponInstallReceiver">
<intent-filter>
<action android:name="com.samsung.accessory.action.REGISTER_AGENT" />
</intent-filter>