Loading services/core/java/com/android/server/StorageManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -3870,6 +3870,7 @@ class StorageManagerService extends IStorageManager.Stub case "org.telegram.messenger": // b/128652960 case "com.jrtstudio.AnotherMusicPlayer": // b/129084562 case "ak.alizandro.smartaudiobookplayer": // b/129084042 case "com.campmobile.snow": // b/128803870 return Zygote.MOUNT_EXTERNAL_LEGACY; } } Loading Loading
services/core/java/com/android/server/StorageManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -3870,6 +3870,7 @@ class StorageManagerService extends IStorageManager.Stub case "org.telegram.messenger": // b/128652960 case "com.jrtstudio.AnotherMusicPlayer": // b/129084562 case "ak.alizandro.smartaudiobookplayer": // b/129084042 case "com.campmobile.snow": // b/128803870 return Zygote.MOUNT_EXTERNAL_LEGACY; } } Loading