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

Commit 9e977008 authored by Chen Xu's avatar Chen Xu
Browse files

Wireless emergency alerts Widget library changes

apply new widget lib for CBR settings page:
1. update section header
2. remove unused divider
3. new action bar
the lib is backward compatible on R

Bug: 177638076
Change-Id: I559e9fe693e979365c6e63e3e9131f594882a9ed
parent 78220278
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,4 +11,8 @@ android_library {
    ],
    sdk_version: "system_current",
    min_sdk_version: "21",
    apex_available: [
        "//apex_available:platform",
        "com.android.cellbroadcast",
    ],
}
+4 −0
Original line number Diff line number Diff line
@@ -18,4 +18,8 @@ android_library {

    sdk_version: "system_current",
    min_sdk_version: "21",
    apex_available: [
        "//apex_available:platform",
        "com.android.cellbroadcast",
    ],
}