Skip to content

Instantly share code, notes, and snippets.

@kilaka
Created June 19, 2011 18:39
Show Gist options
  • Save kilaka/1034577 to your computer and use it in GitHub Desktop.
Save kilaka/1034577 to your computer and use it in GitHub Desktop.
<activity android:name="info.fastpace.android.sample.LocalServiceBindingDemo$SampleActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service android:name="info.fastpace.android.sample.LocalServiceBindingDemo$MyService"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment