Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序应该监视一些文件。我想检测任何读取/修改这些文件的尝试以及哪个应用程序这样做,以便我可以相应地继续。
Android 会记录这些类型的操作吗?
欢迎您使用FileObserver它。但是,请记住,这需要一个持续运行的过程,这在大多数 Android 版本上是不切实际的。另外,它需要一个Notification(尤其是在 Android O 及更高版本上),用户可能不喜欢它,因为它表明您的应用程序正在持续运行,而他们可能不希望这样。
FileObserver
Notification