Skip to content

Commit

Permalink
fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Jun 26, 2023
1 parent 526941e commit 0aee6cf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# 0.40.0-beta
# 0.40.1-beta
- rebase to v15.4.1

# 0.39.0-beta
Expand Down
4 changes: 2 additions & 2 deletions bttv.manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.40.0-beta",
"versionCode": "01208000329"
"version": "0.40.1-beta",
"versionCode": "01208000330"
}
11 changes: 11 additions & 0 deletions patches/AndroidManifest.xml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ diff --git a/AndroidManifest.xml b/AndroidManifest.xml
<uses-permission android:maxSdkVersion="32" android:name="android.permission.READ_EXTERNAL_STORAGE" android:required="false"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:required="false"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
@@ -69,8 +81,8 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/>
- <permission android:name="tv.twitch.android.app.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature"/>
- <uses-permission android:name="tv.twitch.android.app.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"/>
+ <permission android:name="tv.twitch.bttvandroid.app.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature"/>
+ <uses-permission android:name="tv.twitch.bttvandroid.app.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"/>
<application android:allowBackup="false" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:enabled="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:largeHeap="true" android:name="tv.twitch.android.app.consumer.TwitchApplication" android:networkSecurityConfig="@xml/default_security_config" android:requestLegacyExternalStorage="false" android:supportsRtl="true" android:theme="@style/Theme.TwitchApp">
<profileable android:shell="true"/>
<meta-data android:name="WindowManagerPreference:FreeformWindowSize" android:value="phone"/>
@@ -176,15 +188,15 @@
<action android:name="android.intent.action.MEDIA_BUTTON"/>
</intent-filter>
Expand Down

0 comments on commit 0aee6cf

Please sign in to comment.