You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior:
UAD currently displays apps using their package names (e.g., com.google.android.apps.maps). While accurate, this can be unintuitive for users, who might find it difficult to quickly identify apps.
Proposed Enhancement:
Introduce a second column in the app list to display human-readable app names (e.g., "Google Maps") alongside package names. This enhancement could be implemented by extracting app names from APK metadata or system resources (e.g., using PackageManager).
Benefits:
Enhanced user-friendliness by providing recognizable app names.
Reduced risk of accidental uninstallation of needed apps.
Improved accessibility for non-technical users.
What do you think about?
The text was updated successfully, but these errors were encountered:
Rudxain
changed the title
feat(scope): Show App Names next to Package Names for better identification
feat(GUI-pack-list): Show App Names next to Package Names for better identification
Jan 4, 2025
Current Behavior:
UAD currently displays apps using their package names (e.g., com.google.android.apps.maps). While accurate, this can be unintuitive for users, who might find it difficult to quickly identify apps.
Proposed Enhancement:
Introduce a second column in the app list to display human-readable app names (e.g., "Google Maps") alongside package names. This enhancement could be implemented by extracting app names from APK metadata or system resources (e.g., using PackageManager).
Benefits:
What do you think about?
The text was updated successfully, but these errors were encountered: