Android系統設定中的清除資料會清除哪些資料?_Android

來源:互聯網
上載者:User

What will be removed If you click Clear Data Button in the System Application

今天中的一個story突然提到了系統設定中的清理資料,後來開始思考究竟系統的應用的這個清理功能,究竟會清理那些資料。 於是開始研究,以com.mx.browser為例,思路大概為首先為/data/data/com.mx.browser下的每一個檔案夾下建立一個標誌檔案,這裡為1.txt,然後執行清理資料操作,最後對比結果。 首先,進行清楚資料之前的的各個檔案夾的情況。

複製代碼 代碼如下:

/data/data/com.mx.browser # ls
lib
files
databases
shared_prefs
app_thumbnails
cache
app_webIcons
app_appcache
app_databases
app_geolocation

為每個檔案夾下建立一個標誌(同時驗證是否刪除檔案夾的情況)

複製代碼 代碼如下:

/data/data/com.mx.browser # touch lib/1.txt
/data/data/com.mx.browser # touch files/1.txt
/data/data/com.mx.browser # touch databases/1.txt
/data/data/com.mx.browser # touch shared_prefs/1.txt
/data/data/com.mx.browser # touch app_thumbnails/1.txt
/data/data/com.mx.browser # touch cache/1.txt
/data/data/com.mx.browser # touch app_webIcons/1.txt
/data/data/com.mx.browser # touch app_appcache/1.txt
/data/data/com.mx.browser # touch app_databases/1.txt
/data/data/com.mx.browser # touch app_geolocation/1.txt

執行清理資料操作。 查看執行清理資料操作後的結果。

複製代碼 代碼如下:

/data/data/com.mx.browser # ls
lib
/data/data/com.mx.browser #

查看lib情況

複製代碼 代碼如下:

/data/data/com.mx.browser # cd lib/
/data/data/com.mx.browser/lib # ls
1.txt
/data/data/com.mx.browser/lib #

總上所述,發現系統中的設定,應用中的清理資料,會清理掉除去lib檔案夾(含內部檔案)的檔案及檔案夾。 p.s./sdcard/Android/data/這個目錄也是和包名相關的,但是系統中的清理資料不會清理掉這個目錄中的相關資訊。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.