Add Android project dependencies and permissions

This commit is contained in:
inventory69
2025-12-20 00:47:47 +01:00
parent 12ff12f161
commit 20af8b6e36
37 changed files with 913 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.SimpleNotes" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your dark theme here. -->
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
</style>
</resources>