gpt4 book ai didi

flutter - 如何在 Flutter 中在锁屏上显示小部件?

转载 作者:行者123 更新时间:2023-12-04 13:39:22 26 4
gpt4 key购买 nike

我正在 Flutter 中构建一个 VoIP 调用应用程序。我需要提醒用户并在屏幕上显示一个小部件,以便用户可以在不解锁手机的情况下接听或拒绝来电。所以基本上我需要一个 Flutter 版本的 this .

最佳答案

您可能需要通过 Flutter 应用程序使用 MethodChannel 进行 native Android 访问。在android中,您可以使用 setFullScreenIntent(..)
官方文档提到,Only for use with extremely high-priority notifications demanding the user's immediate attention, such as an incoming phone call

NotificationCompat.Builder builder = new NotificationCompat.Builder(this,"methodId")
.setContentText(" content ")
.setContentTitle("Title..")
.setFullScreenIntent(...)
.setSmallIcon(R.drawable.launch_background)

关于flutter - 如何在 Flutter 中在锁屏上显示小部件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59805785/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com