Mark our config APEX as no code.

This probably makes very little difference, but it may just help at
some point.

Test: Still works
Change-Id: Iecf6dde5c616f1e1fc8d5bb13ee1ae61f7f4ca87
This commit is contained in:
Alan Stokes 2021-07-21 17:56:51 +01:00
parent 66a54d03b1
commit d502470d47
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.compos.payload">
<application android:label="CompOS" />
<application android:label="CompOS" android:hasCode="false"/>
</manifest>