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
This commit is contained in:
Chen Xu
2021-03-03 14:36:59 +08:00
parent 78220278b9
commit 9e97700874
2 changed files with 8 additions and 0 deletions

View File

@@ -11,4 +11,8 @@ android_library {
],
sdk_version: "system_current",
min_sdk_version: "21",
apex_available: [
"//apex_available:platform",
"com.android.cellbroadcast",
],
}

View File

@@ -18,4 +18,8 @@ android_library {
sdk_version: "system_current",
min_sdk_version: "21",
apex_available: [
"//apex_available:platform",
"com.android.cellbroadcast",
],
}