android: add accessibility stuff

adds option for customizing transparency mode, amplification, tone, etc.
This commit is contained in:
Kavish Devar
2025-09-08 00:23:45 +05:30
parent 802c2e0220
commit 86551be86b
9 changed files with 1433 additions and 132 deletions

View File

@@ -90,13 +90,13 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:autoVerify="true">
<!-- <intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="librepods"
android:host="add-magic-keys" />
</intent-filter>
</intent-filter> -->
</activity>
<activity