我将我的sd卡作为在Android 6中采用内部存储。
但是,在设置中,我仍然可以将(某些)应用程序移动到"外部存储" 。 这非常令人困惑,因为我认为它们会在我的SD卡上自动放在我的SD卡上,因为这个SD卡是我的"假内部存储" 。所以我有三个问题:
- 为什么我仍然可以在那里移动它们?
- 它们在哪里移动到?
目前,我注意到应用程序数据存储在abcdefghijklmn0
中的/sdcard
(它是/storage/emulated/0
) 的符号链接 - 移动这样的应用程序是有意义的吗?
我将我的sd卡作为在Android 6中采用内部存储。
但是,在设置中,我仍然可以将(某些)应用程序移动到"外部存储" 。 这非常令人困惑,因为我认为它们会在我的SD卡上自动放在我的SD卡上,因为这个SD卡是我的"假内部存储" 。所以我有三个问题:
abcdefghijklmn0
中的 /sdcard
(它是 /storage/emulated/0
)I formatted my sd card as adopted internal storage as possible in Android 6.
However in the settings I can still move (some) apps to the "external storage". This is quite confusing as I thought they would be automatically placed on my sd card as this sd card is my "fake internal storage".
So I have three questions:
/storage/emulated/0
respectively /sdcard
(which is a symbol link to /storage/emulated/0
)© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有