Skip to content

Instantly share code, notes, and snippets.

@jonpryor
Created March 27, 2014 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonpryor/10abb7a6893e7419f994 to your computer and use it in GitHub Desktop.
Save jonpryor/10abb7a6893e7419f994 to your computer and use it in GitHub Desktop.
diff --git a/AIDLDemo/AIDLDemo/AdditionService.cs b/AIDLDemo/AIDLDemo/AdditionService.cs
index 31da3a5..5668462 100644
--- a/AIDLDemo/AIDLDemo/AdditionService.cs
+++ b/AIDLDemo/AIDLDemo/AdditionService.cs
@@ -14,7 +14,7 @@ using Android.Widget;
namespace Xamarin.AidlDemo
{
- [Service]
+ [Service(Process="com.xamarin.sample.AidlDemo")]
[IntentFilter(new String[] {"com.xamarin.additionservice"})]
public class AdditionService: Service
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment