调整靓号icon
This commit is contained in:
parent
2df205218c
commit
37dfa05a25
@ -193,7 +193,7 @@ public class LogUtil {
|
||||
share.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
share.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
|
||||
context.startActivity(Intent.createChooser(share, "分享文件"));
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R && !CommonAppConfig.IS_GOOGLE_PLAY) {
|
||||
if (!Environment.isExternalStorageManager()) {
|
||||
Intent intent = new Intent(ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION);
|
||||
context.startActivity(intent);
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.1 KiB |
BIN
common/src/main/res/mipmap-mdpi/usercard_good_nub.png
Normal file
BIN
common/src/main/res/mipmap-mdpi/usercard_good_nub.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
@ -164,7 +164,7 @@
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="15dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:src="@mipmap/good_nub"
|
||||
android:src="@mipmap/usercard_good_nub"
|
||||
android:visibility="visible" />
|
||||
|
||||
<ImageView
|
||||
|
Loading…
Reference in New Issue
Block a user