Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 29e4bbf0 authored by William Loh's avatar William Loh
Browse files

Extract ASL-in-APK as a raw resource

To embed the app metadata bundle in the apk, it must be included as a
raw resource in the APK (i.e. "res/raw/app-metdata") The android
manifest must also define a property with app metadata resource:

<property android:name="android.content.PROPERTY_ANDROID_SAFETY_LABEL"
        android:resource="@raw/app-metadata"/>

Bug: 338418504
Test: atest InstallAppMetadataTest
Flag: NONE
Change-Id: Ic5b4995045db3e24c0f2c995f2903c6df12dc797
parent 6b591573
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment