How can I see hidden app data in Google Drive?

后端 未结 4 1334
轻奢々
轻奢々 2020-12-22 19:18

I have an Android app that stores my notes in hidden app data. I want to export my notes so the question is simple:

How can I access the hidden app data in Google

4条回答
  •  盖世英雄少女心
    2020-12-22 19:39

    The user cannot directly access data in the hidden app folders, only the app can access them. This is designed for configuration or other hidden data that the user should not directly manipulate. (The user can choose to delete the data to free up the space used by it.)

    The only way the user can get access to it is via some functionality exposed by the specific app.

提交回复
热议问题