add image zoom activity in 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/1e01f646
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/1e01f646
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/1e01f646

Branch: refs/heads/master
Commit: 1e01f64687d1f6e12e9934012639b6e569abd944
Parents: a69e8a0
Author: Sagar <[email protected]>
Authored: Sun Jul 24 19:21:17 2016 +0530
Committer: Sagar <[email protected]>
Committed: Sun Jul 24 19:21:17 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/1e01f646/app/src/main/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 29bb23c..9007899 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -119,6 +119,11 @@ limitations under the License.
                 android:name="android.support.PARENT_ACTIVITY"
                 
android:value="org.apache.taverna.mobile.activities.DashboardMainActivity"/>
         </activity>
+
+        <activity android:name=".ui.imagezoom.ImageZoomActivity"
+                  android:label="Image Zoom"
+                  android:exported="true"
+                  />
     </application>
 
 </manifest>

Reply via email to