Skip to content

Commit 5c7fac2

Browse files
authored
Fix missing activity declaration
1 parent c0e75d3 commit 5c7fac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AndroidStudioProjects/ARMarkerDistanceProj/aRMarkerDistance/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<category android:name="android.intent.category.LAUNCHER" />
3232
</intent-filter>
3333
</activity>
34+
<activity android:name="org.artoolkit.ar.base.camera.CameraPreferencesActivity" />
3435
</application>
3536

3637
</manifest>

0 commit comments

Comments
 (0)