enable noise control functionality, and battery

This commit is contained in:
Kavish Devar
2024-10-09 14:06:35 +05:30
parent 05c17a0377
commit a296117ec5
10 changed files with 601 additions and 97 deletions

View File

@@ -20,10 +20,16 @@
android:theme="@style/Theme.ALN">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service
android:name=".AirPodsService"
android:enabled="true"
android:exported="true"
android:foregroundServiceType="connectedDevice"
android:permission="android.permission.BLUETOOTH_CONNECT">
</service>
</application>
</manifest>