|
32 | 32 | android:name="com.google.android.gms.vision.DEPENDENCIES" |
33 | 33 | android:value="face" /> |
34 | 34 |
|
| 35 | + |
35 | 36 | <activity |
36 | | - android:name="tensorflow.detector.spc.CameraActivityMain" |
| 37 | + android:name="com.google.android.gms.samples.vision.face.facetracker.FaceTrackerActivity" |
37 | 38 | android:icon="@drawable/icon" |
38 | | - android:label="@string/app_name" |
39 | | - android:theme="@style/AppTheme"> |
| 39 | + android:label="Face Recognition" |
| 40 | + android:theme="@style/Theme.AppCompat.NoActionBar" |
| 41 | + android:screenOrientation="fullSensor"> |
40 | 42 | <intent-filter> |
41 | 43 | <action android:name="android.intent.action.MAIN" /> |
42 | 44 |
|
43 | 45 | <category android:name="android.intent.category.LAUNCHER" /> |
44 | 46 | </intent-filter> |
45 | 47 | </activity> |
| 48 | + |
46 | 49 | <activity |
47 | | - android:name="com.google.android.gms.samples.vision.face.facetracker.FaceTrackerActivity" |
| 50 | + android:name="org.opencv.android.facetracker.OpenCvActivity" |
48 | 51 | android:icon="@drawable/icon" |
49 | 52 | android:label="Face Recognition" |
50 | 53 | android:theme="@style/Theme.AppCompat.NoActionBar" |
|
57 | 60 | </activity> |
58 | 61 |
|
59 | 62 | <activity |
60 | | - android:name="org.opencv.android.facetracker.OpenCvActivity" |
| 63 | + android:name="tensorflow.detector.spc.CameraActivityMain" |
61 | 64 | android:icon="@drawable/icon" |
62 | | - android:label="Face Recognition" |
63 | | - android:theme="@style/Theme.AppCompat.NoActionBar" |
64 | | - android:screenOrientation="fullSensor"> |
| 65 | + android:label="@string/app_name" |
| 66 | + android:theme="@style/AppTheme"> |
65 | 67 | <intent-filter> |
66 | 68 | <action android:name="android.intent.action.MAIN" /> |
67 | 69 |
|
|
0 commit comments