作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
是否可以根据用户偏好从 Activity 中移除 Intent 过滤器?假设添加了拨号 Intent 过滤器,然后在稍后的时间点用户决定应用程序不应处理拨号。
编辑:删除了问题描述中的添加部分
最佳答案
不,看起来它们是静态的。
An intent filter is an instance of the IntentFilter class. However, since the Android system must know about the capabilities of a component before it can launch that component, intent filters are generally not set up in Java code, but in the application's manifest file (AndroidManifest.xml) as elements.
来源:http://developer.android.com/guide/topics/intents/intents-filters.html#ifs
关于java - 如何在 android 中以编程方式添加或删除 intent 过滤器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4862607/
我是一名优秀的程序员,十分优秀!