9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-02 00:07:24 +08:00

Mise en forme du nom du package android.

This commit is contained in:
Christophe Boucaut
2014-10-31 16:42:46 +01:00
parent aff441f62f
commit 28d68ee56c
7 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name=".MainActivity"
android:name="org.geneanet.customcamera.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -23,7 +23,7 @@
</intent-filter>
</activity>
<activity
android:name=".CameraView"
android:name="org.geneanet.customcamera.CameraView"
android:label="@string/title_activity_camera_view"
android:screenOrientation="fullSensor">
</activity>