device_google_comet/rro_overlays/GRilServiceOverlay/AndroidManifest.xml
Isaac Chiou dfaab4836c Add GRilServiceOverlay RRO
Enable GRil service to know if this device supports cap sensor for SAR

Bug: 307167824
Test: Overlay can be read properly
Change-Id: I90ffbf483e764458ce0b4e291954a601509d571c
2024-01-16 16:27:18 +08:00

12 lines
467 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.grilservice.overlay.comet"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false"/>
<overlay
android:targetPackage="com.google.android.grilservice"
android:targetName="GrilRadioCustomizable"
android:isStatic="true"
android:resourcesMap="@xml/overlays"
android:priority="0"/>
</manifest>