2013-12-11 152 views

回答

4

廣播動作:設備正在關閉。當 設備正在關閉(完全關閉,未睡眠)時播放。一旦 廣播完成,最終關機將繼續,所有 未保存的數據丟失。應用程序通常不需要處理此問題,因爲 前臺活動也會暫停。

這是受保護的意圖,只能由系統發送。

可以包括以下附加功能:

EXTRA_SHUTDOWN_USERSPACE_ONLY a boolean that is set to true if this shutdown is only for userspace processes. If not set, assumed to be false. 

常數值:"android.intent.action.ACTION_SHUTDOWN"

Intent | Android Developers

You have to configure the broadcast receiver to listen for this