diff --git a/ChangeLog b/ChangeLog index 2f54470d9..f04da2867 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ Unreleased Version 2.2.2-pre * Fix: Don't use bilinear interpolation in transforms unnecessarily. * Feature: Add canvas shortcuts for changing color hue, saturation/chroma and value/lightness/luminosity. Thanks Dann DecCairns for suggesting. * Feature: Make size adjustment canvas shortcut depend on the speed of the drag. Thanks MorrowShore for suggesting. + * Fix: Remove pointless permissions on Android that Qt includes by default but aren't actually used. 2024-11-06 Version 2.2.2-beta.4 * Fix: Solve rendering glitches with selection outlines that happen on some systems. Thanks xxxx for reporting. diff --git a/src/desktop/AndroidManifest.xml.in b/src/desktop/AndroidManifest.xml.in index bb08b9b5e..328f061ef 100644 --- a/src/desktop/AndroidManifest.xml.in +++ b/src/desktop/AndroidManifest.xml.in @@ -1,13 +1,23 @@ - - + + + + + +