I'm writing a widget with several differet sizes.
they all have the same intent filters, so I thought
of putting them into an intents.xml
and include that file everytime I need it.
in android there is a
<include android:layout="bla.xml"/>
but only for layouts.
So how can I inlude any xml file i want to include?
EDIT:
maybe it wasn't clear enough, so here again:
I have asked for non layout files
-> i need intent-filters
included!