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.
我在市场上有两个独立的应用程序,一个是图形游戏,另一个是基于相同逻辑的壁纸。我认为,如果它可以与壁纸组合成一个单独的包,它会激励用户购买该应用程序。
这可能吗,以及如何设置 AndroidManifest 的任何建议?
只需将<service>带有正确意图过滤器的壁纸声明添加android.service.wallpaper.WallpaperService到您的游戏清单中,您就可以将壁纸与几乎任何应用程序捆绑在一起。
<service>
android.service.wallpaper.WallpaperService