add workflow detail activity to manifest

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/49aa97bc
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/49aa97bc
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/49aa97bc

Branch: refs/heads/master
Commit: 49aa97bc6bda7c11faca5815295dcab985a7c648
Parents: 4477d1d
Author: Sagar <[email protected]>
Authored: Fri Jul 1 10:55:36 2016 +0530
Committer: Sagar <[email protected]>
Committed: Fri Jul 1 10:55:36 2016 +0530

----------------------------------------------------------------------
 app/src/main/AndroidManifest.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/49aa97bc/app/src/main/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 9590e79..b2e0872 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -101,6 +101,14 @@ limitations under the License.
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>
         </activity>
+        <activity
+                android:name=".ui.workflowdetail.WorkflowDetailActivity"
+                android:label="@string/title_activity_run_result"
+                android:parentActivityName=".activities.DashboardMainActivity" 
>
+            <meta-data
+                    android:name="android.support.PARENT_ACTIVITY"
+                    
android:value="org.apache.taverna.mobile.activities.DashboardMainActivity" />
+        </activity>
     </application>
 
 </manifest>

Reply via email to