0

Using Control.Intents.CONTROL_START_REQUEST_INTENT, I can start other control type extension from my app, but I can't launch extension with Notification type.

Is there a way to launch extension which is Notification type?

NeFa
  • 35
  • 5

1 Answers1

1

Launching a Notification extension from a Control extension is not possible unfortunately.

mldeveloper
  • 2,253
  • 1
  • 13
  • 14
  • Thank you for answer. I hope it will be added in future release since there are requests from user who wants to launch those types of extension. – NeFa Jun 13 '14 at 00:09