File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,6 @@ public UserEnvironment(int userId) {
109109
110110 // /storage/emulated/0
111111 mExternalStorage = buildPath (emulatedBase , rawUserId );
112- // /storage/emulated/obb
113- mExternalStorageAndroidObb = buildPath (emulatedBase , "obb" );
114112 // /data/media/0
115113 mMediaStorage = buildPath (mediaBase , rawUserId );
116114
@@ -123,12 +121,11 @@ public UserEnvironment(int userId) {
123121
124122 // /storage/sdcard0
125123 mExternalStorage = new File (rawExternalStorage );
126- // /storage/sdcard0/Android/obb
127- mExternalStorageAndroidObb = buildPath (mExternalStorage , DIRECTORY_ANDROID , "obb" );
128124 // /data/media
129125 mMediaStorage = new File (rawMediaStorage );
130126 }
131127
128+ mExternalStorageAndroidObb = buildPath (mExternalStorage , DIRECTORY_ANDROID , "obb" );
132129 mExternalStorageAndroidData = buildPath (mExternalStorage , DIRECTORY_ANDROID , "data" );
133130 mExternalStorageAndroidMedia = buildPath (mExternalStorage , DIRECTORY_ANDROID , "media" );
134131 }
You can’t perform that action at this time.
0 commit comments