0

is it possible to convert inflated view to remoteview?

View to RemoteViews

I wish to create View and add to notification that accepts only RemoteViews

Amanpreet Kaur
  • 440
  • 6
  • 13
Dim
  • 4,527
  • 15
  • 80
  • 139

1 Answers1

2

No you can't. They are actually completely different.

RemoteView is where you define how to create that View. You cannot give it directly, it should now how to create it if it lose it.

I explained very similar thing here: https://stackoverflow.com/a/27701965/1016462

Community
  • 1
  • 1
tasomaniac
  • 10,234
  • 6
  • 52
  • 84