Commit 020d69db authored by Krishna Bhilare's avatar Krishna Bhilare

Actions added from Sample App

parent 07899cbd
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<category android:name="android.intent.category.BROWSABLE" /> <category android:name="android.intent.category.BROWSABLE" />
<data <data
android:host="proteusvision.com" android:host="fit-actions.firebaseapp.com"
android:scheme="https" /> android:scheme="https" />
</intent-filter> </intent-filter>
</activity> </activity>
......
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:text="OnDeepLinking" /> android:text="Sample" />
</LinearLayout> </LinearLayout>
\ No newline at end of file
...@@ -11,4 +11,10 @@ ...@@ -11,4 +11,10 @@
<string name="camera_error">This device doesn\'t support Camera2 API.</string> <string name="camera_error">This device doesn\'t support Camera2 API.</string>
<string name="view_stickers">View Stickers</string> <string name="view_stickers">View Stickers</string>
<string name="activity_running">Running</string>
<string name="activity_cycling">Cycling</string>
<string name="activity_walking">Walking</string>
<string name="activity_hiking">Hiking</string>
<string name="activity_unknown">Unknown</string>
</resources> </resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment