SmartPack / PackageManager

Source code of Package Manager, an Application to Manage your Apps.
https://smartpack.github.io/PackageManager/
GNU General Public License v3.0
448 stars 59 forks source link

Internal memory name #72

Open Valdnet opened 2 years ago

Valdnet commented 2 years ago

Why is the name of the internal memory called "SDCard"? In my opinion, the name of the medium should be read by the application from the device, i.e. if it is internal memory, the application should display "Internal memory". If it is an SD card, the application should indicate that it is an SD card.

obraz

This is currently confusing to the user. The user thinks he is currently viewing the contents of the SD card.

Additionally, the name of the SD card in the text string is invalid. "SD card" is correct.

https://github.com/SmartPack/PackageManager/blob/0f53b28f166f2751acd5d9ebf3c6f8a3885cc254/app/src/main/res/values/strings.xml#L118

App: Android 10 Package Manager 6.0