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.
我正在制作一个壁纸应用程序,我想将我的应用程序添加到默认应用程序列表中,所以当用户想要更改他的背景时,我的应用程序将作为选项出现。有人可以帮我吗
采用:
<intent-filter> <action android:name="android.intent.action.SET_WALLPAPER" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter>
更多信息在这里:
action.SET_WALLPAPER
希望这可以帮助你。