diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-14 10:01:07 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-14 10:01:07 +0100 |
commit | a43a6e3ea279a58815edafaf552a571789835e7f (patch) | |
tree | 835abf534c451ce5a41b281b53345753126aefbc /same-android/AndroidManifest.xml | |
parent | 10920b6036c13f82df151e5912f6b1fbbd7aca02 (diff) |
Rename com.orbekk{=>.same} in Android project.
Diffstat (limited to 'same-android/AndroidManifest.xml')
-rw-r--r-- | same-android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/same-android/AndroidManifest.xml b/same-android/AndroidManifest.xml index 9d87f5e..92847cc 100644 --- a/same-android/AndroidManifest.xml +++ b/same-android/AndroidManifest.xml @@ -18,9 +18,9 @@ </intent-filter> </activity> - <activity android:name=".SameControllerActivity"/> + <activity android:name=".same.SameControllerActivity"/> - <service android:name=".SameService" /> + <service android:name=".same.SameService" /> </application> </manifest>
\ No newline at end of file |