Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 418c133d authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Set default permission for libre office

parent 59ef2aef
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -149,5 +149,17 @@
        <permission name="android.permission.FAKE_PACKAGE_SIGNATURE" fixed="false"/>
    </exception>

    <exception package="org.documentfoundation.libreoffice">
        <!-- External storage -->
        <permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="false"/>
        <permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/>
    </exception>

    <exception package="org.example.libreoffice">
        <!-- External storage -->
        <permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="false"/>
        <permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/>
    </exception>

</exceptions>