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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user