Skip to content

Commit

Permalink
global volume fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliskov committed Jan 4, 2025
1 parent 1a34cc6 commit c5e1286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.ACTION_MANAGE_OVERLAY_PERMISSION" />
<uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>

<!-- Add requestLegacyExternalStorage to fix unavailable storage on Android 10 (doesn't work on Android 11) -->
<!-- More info: https://stackoverflow.com/questions/63364476/requestlegacyexternalstorage-is-not-working-in-android-11-api-30 -->
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<color name="live_chat_bg">#90000000</color>
<color name="live_chat_bg_pressed">#52C2DCF2</color>
<color name="comments_bg">#303030</color>
<color name="comments_bg_pressed">#25C2DCF2</color>
<color name="comments_bg_pressed">#17C2DCF2</color>
<color name="semi_grey">#64282828</color>
<color name="grey">#282828</color>
<color name="dimming">#D0000000</color>
Expand Down

0 comments on commit c5e1286

Please sign in to comment.