Skip to content

Commit

Permalink
fix #112
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanTanSheng committed Apr 29, 2020
1 parent 2e00093 commit 50f4398
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions easyPhotos/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<application
android:allowBackup="true"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true">
<activity
android:name=".ui.EasyPhotosActivity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import androidx.core.content.FileProvider;

import com.huantansheng.easyphotos.setting.Setting;
import com.huantansheng.easyphotos.utils.system.SystemUtils;

import java.io.File;
import java.util.Locale;
Expand Down

0 comments on commit 50f4398

Please sign in to comment.