aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/android/AndroidManifest.xml')
-rw-r--r--tensorflow/examples/android/AndroidManifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tensorflow/examples/android/AndroidManifest.xml b/tensorflow/examples/android/AndroidManifest.xml
index 0a48d3d50b..e388734564 100644
--- a/tensorflow/examples/android/AndroidManifest.xml
+++ b/tensorflow/examples/android/AndroidManifest.xml
@@ -41,6 +41,15 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+
+ <activity android:name="org.tensorflow.demo.DetectorActivity"
+ android:screenOrientation="portrait"
+ android:label="@string/activity_name_detection">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
</application>
</manifest>