如何在 android 中的 google 的(设备)本机应用程序上添加自定义按钮?

How to add the custom button on google's(device) native application in android?

我想在 google(device) 的本地应用程序上添加一个按钮 Like(Google Map),使用这个按钮我想打开我的应用程序。

我已经做了一些这方面的工作。

现在经过两天 (Saturday/Sunday) 的研究,我找不到任何合适的解决方案。

我卡住了。

据我了解,您想在 google 应用程序顶部显示 UI,但是一旦您的 UI 被调用,您就无法将触摸发送到 google 您唤起 UI 的应用程序,这非常明显,因为焦点现在集中在您的 UI 上。我会建议您使用服务并将您的 UI 绑定到它并使用 WindowManager.LayoutParams 和适当的标志。你可以关注这个link

https://github.com/henrychuangtw/Android-ChatHead/blob/master/app/src/main/java/henrychuang/tw/chatheadmsg/ChatHeadService.java

想知道怎么做。而不是 chathead UI 你必须使用你的 UI.