Skip to content

Commit

Permalink
REQUEST_INSTALL_PACKAGES doesnt required for OSS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Jul 16, 2024
1 parent 5ba41ba commit b2f2d65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/src/extra/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<!-- Android Pie now requires this permission to run a foreground service. Chromecast support uses this. See https://developer.android.com/guide/components/services#Foreground -->
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> <!-- [Optional] Only used by SkyTube Extra flavor to update the app -->

<!-- for AndroidTV compatibility -->
<uses-feature android:name="android.software.leanback"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<uses-permission android:name="android.permission.INTERNET" /> <!-- Mandatory permission -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <!-- [Optional] Used for database backups and to download videos/thumbnails -->
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> <!-- [Optional] Only used by SkyTube Extra flavor to update the app -->
<!-- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> -->
<!-- [Optional] If enabled via the preferences, the app will periodically check for new videos published by the subscribed channels -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit b2f2d65

Please sign in to comment.