Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Renamed old references to service
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Aug 1, 2011
1 parent 69050bc commit 6d4d3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.couchone.libcouch" package="com.couchbase.libcouch"
android:versionCode="1" android:versionCode="1"
android:versionName="1.0"> android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name"> <application android:icon="@drawable/icon" android:label="@string/app_name">
<service android:name="com.couchbase.libcouch.CouchService" android:enabled="true" android:process=":remote"> <service android:name="com.couchbase.libcouch.CouchService" android:enabled="true" android:process=":remote">
<intent-filter> <intent-filter>
<action android:name="com.couchone.libcouch.ICouchService"></action> <action android:name="com.couchbase.libcouch.ICouchService"></action>
</intent-filter> </intent-filter>
</service> </service>


Expand Down

0 comments on commit 6d4d3bb

Please sign in to comment.