Create apk-in-apex to host wifi dialogs
Create a new application in the wifi apex to host wifi dialog UI.
Implementation of the dialogs will be in later CLs.
Certificates were generated via
$ openssl req -x509 -newkey rsa:4096 -nodes -days 999999 -keyout
key.pem -out com.android.wifi.dialog.x509.pem
$ openssl pkcs8 -topk8 -inform PEM -outform DER -in key.pem -out
com.android.wifi.dialog.pk8 -nocrypt
as described in go/android-apex-howto
Bug: 209032090
Test: build
Change-Id: I4389101178bd48a5e88c8e41ad396c11a1d0a571
7 files changed