简体   繁体   English

Android:将活动添加到主屏幕上的菜单

[英]Android: Adding Activity to the menu on the homescreen

I'm trying to add my Android activity to the menu on the homescreen (the one with: add, wallpaper, settings, search, notifications). 我正在尝试将Android活动添加到主屏幕上的菜单中(该菜单包括:添加,墙纸,设置,搜索,通知)。

I suspect this is done from the AndroidManifest.xml, but I can't figure out how. 我怀疑这是通过AndroidManifest.xml完成​​的,但是我不知道如何做到。

Am I looking at the right place? 我在找对地方吗? And if so, what am I missing? 如果是这样,我想念什么?

You can't add your application there. 您不能在此处添加应用程序。 That's controlled by the "home activity" which you don't have control over (for good reasons, otherwise anyone could add anything there). 这是由您无法控制的“家庭活动”控制的(出于充分的理由,否则任何人都可以在其中添加任何内容)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM