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:
parent
66a54d03b1
commit
d502470d47
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue