Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个有几种不同尺寸的小部件。 它们都有相同的意图过滤器,所以我想每次需要时 将它们放入并包含该文件。intents.xml
intents.xml
在android中有一个
<include android:layout="bla.xml"/>
但仅适用于布局。 那么我怎样才能包含我想要包含的任何 xml 文件呢?
编辑: 也许还不够清楚,所以再次在这里: 我已经要求non layout files-> 我需要intent-filters包括在内!
non layout files
intent-filters