Jump to content

Mac Collins

New Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Blogs

Gallery

Downloads

Poweramp Knowledge Base

База знаний Poweramp

Poweramp知识库

Poweramp Equalizer Knowledge Base

База знаний Poweramp Equalizer

Store

Events

Ideas

Posts posted by Mac Collins

  1. @Pankajk5 As I can see from the discussions above you seem to be having trust issues with third party apps and it's completely normal as I used to have same but then I learned that if third party apps are taken from offical website and @andrewilleyif you are into android development then you can debug the apk and see its AndroidManifest.xml to see which permission it is requesting. So as for a video streaming app such as YouTube Vanced and Twitch there shouldn't be many permissions. The basic permissions can be to request your device storage to download videos on your device for offline viewing. For eg: if you write this in your AndroidManifest file

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

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

    the app will ask for Read and Write permission of your device. As for safety of YouTube Vanced I debuged the apk and looked into it's AndroidManifest file and couldn't find any nasty permission, so YouTube Vanced is safe. More details here  

    58 minutes ago, Pankajk5 said:

    @Pankajk5 @SamPA bro I understood your point. But how much safe are vanced app ? 

    After installing I can see YouTube vanced in the list but doesn't actually work with Equalizer. 

     

×
×
  • Create New...