Enable GRil service to know if this device supports cap sensor for SAR Bug: 307167824 Test: Overlay can be read properly Change-Id: I90ffbf483e764458ce0b4e291954a601509d571c
12 lines
467 B
XML
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>
|