如何阻止应用程序在 BREW MP 中启动
我是 BREW MP 平台的新手,所以我对它的了解并不像你们了解的那么多。我需要你的建议来解决问题。
我想制作一个始终在后台运行的应用程序(我发现在 BREW 中这是可能的)。我希望我的应用程序停止启动特定应用程序,即当用户尝试在设备上启动新应用程序时,我的后台应用程序会显示一条消息,指出您无法运行此应用程序。我可能会包含允许运行的应用程序名称列表。
所以我的疑问是,
1)如何检测黑名单应用程序或不在我的列表中的应用程序?我可以通过应用程序执行此操作吗 姓名 ?否则它需要其他东西
2) 我可以阻止应用程序启动吗?
如果有人能给我一点帮助来解决这个问题,我将非常感激。
提前致谢。
I am new to BREW MP platform so i don't know that much as u guys know about it. I need your suggestion in figuring out an issue.
I want to make an app which always run in a background (I have found that it is possible in BREW). I want my app to stop particular app from being launched, i.e when user try to start a new application on device my background app show a message that you cannot run this application . May be i will contain a list of apps name which are allowed to run.
So my queries are,
1) How can i detect a blacklist app or the app which is not in my list? can i do this by app
name ? or it will need some thing else
2) Can i stop an app from being launched?
I will be really thankful if some one even give me a little bit of help in sorting this out.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您开发 Brew 应用程序时,您将获得一个类 ID (BID)。你可以知道你的类ID,但是你怎么知道不属于你自己的其他应用程序的BID呢?我不确定您将其提交给 True_Brew_Testing 时是否会被接受。
When you develop a Brew Application, you will get a class ID (BID). You can know your class id, but how will you know the BID of other apps which are not your own? I am not sure that it will be accepted for when you submit it to True_Brew_Testing.