diff --git a/device.mk b/device.mk index 8349c68d..9ed8143e 100755 --- a/device.mk +++ b/device.mk @@ -493,7 +493,8 @@ endif PRODUCT_PACKAGES += \ android.hardware.wifi@1.0-service \ wificond \ - libwpa_client + libwpa_client \ + WifiOverlay LIB_NL := libnl_2 PRODUCT_PACKAGES += $(LIB_NL) diff --git a/rro_overlays/WifiOverlay/Android.bp b/rro_overlays/WifiOverlay/Android.bp new file mode 100644 index 00000000..54077654 --- /dev/null +++ b/rro_overlays/WifiOverlay/Android.bp @@ -0,0 +1,7 @@ +runtime_resource_overlay { + name: "WifiOverlay", + theme: "WifiOverlay", + certificate: "platform", + sdk_version: "current", + product_specific: true +} diff --git a/rro_overlays/WifiOverlay/AndroidManifest.xml b/rro_overlays/WifiOverlay/AndroidManifest.xml new file mode 100644 index 00000000..632ac6a4 --- /dev/null +++ b/rro_overlays/WifiOverlay/AndroidManifest.xml @@ -0,0 +1,27 @@ + + + + + + + diff --git a/rro_overlays/WifiOverlay/OWNERS b/rro_overlays/WifiOverlay/OWNERS new file mode 100644 index 00000000..efe20f15 --- /dev/null +++ b/rro_overlays/WifiOverlay/OWNERS @@ -0,0 +1,5 @@ +# People who can approve changes for submission +etancohen@google.com +kumaranand@google.com +kumachang@google.com +satk@google.com diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml new file mode 100644 index 00000000..e7748a66 --- /dev/null +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -0,0 +1,88 @@ + + + + + true + + + true + + + true + + + -77 + -80 + + -80 + -83 + + + false + + + true + + + 524288,2097152,8388608,262144,524288,4194304 + + + true + + + true + + + true + + + true + + + true + + + true + + + 1 + + + 100 + + + 250 + + + 3800 + + + true + + + Pixel + + + 32 + + true +