We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa4c76 commit e4c3406Copy full SHA for e4c3406
app/src/main/java/ai/deepar/deepar_example/MainActivity.java
@@ -352,7 +352,7 @@ private int getScreenOrientation() {
352
}
353
private void initializeDeepAR() {
354
deepAR = new DeepAR(this);
355
- deepAR.setLicenseKey("47e6a945b48d0c92faf3821ddd6f89dbc83457a674c18b8bfbc7d640f0f52f084ed0747b6c5c6e38");
+ deepAR.setLicenseKey("your_license_key_here");
356
deepAR.initialize(this, this);
357
setupCamera();
358
0 commit comments