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.
我的应用程序强烈需要 sdcard 上的数据。所以当android手机卸载sdcard时我卡住了,我的应用程序将被强制关闭。如果我的应用程序在卸载 sdcard 后启动,我可以检查并注意。但是当我的应用程序在后台运行时,用户卸载 sdcard 并返回到我的应用程序时,很难检查这种情况。我的应用程序有很多活动......有什么理想的吗?
BroadcastReceiver为android.intent.action.MEDIA_MOUNTED,简单注册两个android.intent.action.MEDIA_UNMOUNTED。只需检测它,然后正确停止程序的任何功能。无论如何(Nguyen Dinh Chien 先生)不知何故?
BroadcastReceiver
android.intent.action.MEDIA_MOUNTED
android.intent.action.MEDIA_UNMOUNTED