khacdat1994
khacdat1994
Edit lock_bg_white.xml file without vector-drawable or duplicate and move one into drawable-v21 folder
> Working fine here. where?
I set android:windowIsTranslucent is false in style theme But background activity is black color :(
How to switch between android Q version and below? Thank. I'm read file from libs folder but not working
Here is my solution: Step 1: Use storage of app to get the path: File[] externalStorageVolumes = ContextCompat.getExternalFilesDirs(context, null); File primaryExternalStorage = externalStorageVolumes[0]; return primaryExternalStorage.getAbsolutePath(); Step 2: Use Mediastore to...