View Single Post
  #2 (permalink)  
Old 2 Days Ago
zapatadonan zapatadonan is offline
Junior Member
BS.Player Newbie
 
Join Date: May 2025
Posts: 1
Rep Power: 0
zapatadonan is on a distinguished road
Default How to fix)

Hi
you can fix with this

1)The latest version of BSplayer is in the form of split APKs.
So find the base.apk file and decompile it (with any program you like)

2) Then open the androidmanifest.xml file and add the following permission in the permissions section


<uses-permission android:name="android.permission.MANAGE_EXTERNAL_S TORAGE">
</uses-permission>

3) Compile and sign the apk and install it along with other bsplayer splits.

4) Go to settings and in the Special Access section, open the All files access section and enable access for BS Player.

If God wills, it will work [:
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20