Add GmsSettingsOverlay
This gives GMS access to manage the Bluetooth devices slice to show useful information for Fast Pair devices, like Pixel Buds. By default this configs are not set in LineageOS and in AOSP, so set them to Google's value extracted from SettingsGoogle of akita 14 AP2A.240905.003.E1.
This commit is contained in:
7
overlay/GmsSettingsOverlay/AndroidManifest.xml
Normal file
7
overlay/GmsSettingsOverlay/AndroidManifest.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mtg.gmssettingsoverlay"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
<application android:hasCode="false" />
|
||||
<overlay android:targetPackage="com.android.settings" android:priority="1337" android:isStatic="true" />
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user