From ed659b0b1189ce68642aeaef66a638b01e457e95 Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Mon, 7 Apr 2014 14:31:21 -0700 Subject: [PATCH] Don't assume ComposeActivity's class name won't change Instead, use a generic intent action that will just launch whichever ComposeActivity the current app needs. Change-Id: Iaefed106107bef7bd1f9d5086800862ceb42c009 --- AndroidManifest.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2c0a4d7c6..4918ea8a8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -140,6 +140,11 @@ + + + + +