History log of /
applications
/
standard
/
screenlock
/ (Results
1 - 1
of
1
)
Home
History
Annotate
only in
this directory
Revision
Date
Author
Comments
(<<< Hide modified files)
(Show modified files >>>)
9b256929
23-Oct-2024
openharmony_ci <120357966@qq.com>
!209 切换用户,锁屏界面黑屏
Merge pull request !209 from zhangao/test_1022
.gitignore
AppScope/app.json5
AppScope/resources/base/element/string.json
AppScope/resources/base/media/app_icon.png
LICENSE
OAT.xml
README.en.md
README_zh.md
build-profile.json5
common/.gitignore
common/build-profile.json5
common/hvigorfile.js
common/index.ts
common/oh-package.json5
common/src/main/ets/components/MainPage/MainPage.ets
common/src/main/ets/default/CheckEmptyUtils.ts
common/src/main/ets/default/Constants.ts
common/src/main/ets/default/DateTimeCommon.ts
common/src/main/ets/default/Decorators.ts
common/src/main/ets/default/Log.ts
common/src/main/ets/default/LunarCalendar.ts
common/src/main/ets/default/ReadConfigUtil.ts
common/src/main/ets/default/ScreenLockCommon.ts
common/src/main/ets/default/ScreenLockManager.ts
common/src/main/ets/default/SingleInstanceHelper.ts
common/src/main/ets/default/StyleConfiguration.ts
common/src/main/ets/default/StyleManager.ts
common/src/main/ets/default/SwitchUserManager.ts
common/src/main/ets/default/SysFaultLogger.ts
common/src/main/ets/default/TimeManager.ts
common/src/main/ets/default/Trace.ts
common/src/main/ets/default/WindowManager.ts
common/src/main/ets/default/abilitymanager/abilityManager.ts
common/src/main/ets/default/abilitymanager/bundleManager.ts
common/src/main/ets/default/abilitymanager/featureAbilityManager.ts
common/src/main/ets/default/abilitymanager/index.ts
common/src/main/ets/default/abilitymanager/notificationManager.ts
common/src/main/ets/default/commonEvent/CommonEventManager.ts
common/src/main/ets/default/commonEvent/index.ts
common/src/main/ets/default/event/EventBus.ts
common/src/main/ets/default/event/EventManager.ts
common/src/main/ets/default/event/EventUtil.ts
common/src/main/ets/default/event/index.ts
common/src/main/ets/default/index.ts
common/src/main/module.json5
common/src/main/resources/base/element/float.json
common/src/main/resources/base/element/string.json
common/src/main/resources/en_US/element/string.json
common/src/main/resources/phone/element/float.json
common/src/main/resources/zh_CN/element/string.json
entry/.gitignore
entry/build-profile.json5
entry/hvigorfile.js
entry/oh-package.json5
entry/src/main/ets/Application/AbilityStage.ts
entry/src/main/ets/MainAbility/MainAbility.ts
entry/src/main/ets/pages/index.ets
entry/src/main/module.json5
entry/src/main/resources/base/element/color.json
entry/src/main/resources/base/element/string.json
entry/src/main/resources/base/media/icon.png
entry/src/main/resources/base/profile/main_pages.json
features/batterycomponent/.gitignore
features/batterycomponent/build-profile.json5
features/batterycomponent/hvigorfile.js
features/batterycomponent/index.ets
features/batterycomponent/oh-package.json5
features/batterycomponent/src/main/ets/components/MainPage/MainPage.ets
features/batterycomponent/src/main/ets/default/batteryModel.ts
features/batterycomponent/src/main/ets/default/common/StyleConfiguration.ts
features/batterycomponent/src/main/ets/default/common/constants.ts
features/batterycomponent/src/main/ets/default/pages/batteryIcon.ets
features/batterycomponent/src/main/ets/default/pages/batteryPic.ets
features/batterycomponent/src/main/ets/default/pages/batterySoc.ets
features/batterycomponent/src/main/module.json5
features/batterycomponent/src/main/resources/base/element/color.json
features/batterycomponent/src/main/resources/base/element/float.json
features/batterycomponent/src/main/resources/base/element/string.json
features/batterycomponent/src/main/resources/base/media/icon.png
features/batterycomponent/src/main/resources/en_US/element/string.json
features/batterycomponent/src/main/resources/phone/element/float.json
features/batterycomponent/src/main/resources/zh_CN/element/string.json
features/clockcomponent/.gitignore
features/clockcomponent/build-profile.json5
features/clockcomponent/hvigorfile.js
features/clockcomponent/index.ets
features/clockcomponent/oh-package.json5
features/clockcomponent/src/main/ets/components/MainPage/MainPage.ets
features/clockcomponent/src/main/ets/default/app.ets
features/clockcomponent/src/main/ets/default/common/StyleConfiguration.ts
features/clockcomponent/src/main/ets/default/pages/clockIcon.ets
features/clockcomponent/src/main/module.json5
features/clockcomponent/src/main/resources/base/element/color.json
features/clockcomponent/src/main/resources/base/element/float.json
features/clockcomponent/src/main/resources/base/element/string.json
features/clockcomponent/src/main/resources/base/media/icon.png
features/clockcomponent/src/main/resources/en_US/element/string.json
features/clockcomponent/src/main/resources/phone/element/float.json
features/clockcomponent/src/main/resources/zh_CN/element/string.json
features/datetimecomponent/.gitignore
features/datetimecomponent/build-profile.json5
features/datetimecomponent/hvigorfile.js
features/datetimecomponent/index.ets
features/datetimecomponent/oh-package.json5
features/datetimecomponent/src/main/ets/com/ohos/common/constants.ts
features/datetimecomponent/src/main/ets/com/ohos/view/component/dateTime.ets
features/datetimecomponent/src/main/ets/com/ohos/vm/dateTimeViewModel.ts
features/datetimecomponent/src/main/ets/components/MainPage/MainPage.ets
features/datetimecomponent/src/main/module.json5
features/datetimecomponent/src/main/resources/base/element/color.json
features/datetimecomponent/src/main/resources/base/element/float.json
features/datetimecomponent/src/main/resources/base/element/string.json
features/datetimecomponent/src/main/resources/en_US/element/string.json
features/datetimecomponent/src/main/resources/phone/element/float.json
features/datetimecomponent/src/main/resources/zh_CN/element/string.json
features/noticeitem/.gitignore
features/noticeitem/build-profile.json5
features/noticeitem/hvigorfile.js
features/noticeitem/index.ets
features/noticeitem/oh-package.json5
features/noticeitem/src/main/ets/com/ohos/noticeItem/common/CommonUtil.ts
features/noticeitem/src/main/ets/com/ohos/noticeItem/common/ScrollbarManager.ts
features/noticeitem/src/main/ets/com/ohos/noticeItem/common/constants.ts
features/noticeitem/src/main/ets/com/ohos/noticeItem/model/NotificationConfig.ts
features/noticeitem/src/main/ets/com/ohos/noticeItem/model/NotificationDistributionManager.ts
features/noticeitem/src/main/ets/com/ohos/noticeItem/model/NotificationManager.ts
features/noticeitem/src/main/ets/com/ohos/noticeItem/model/NotificationService.ts
features/noticeitem/src/main/ets/com/ohos/noticeItem/model/NotificationWindowManager.ts
features/noticeitem/src/main/ets/com/ohos/noticeItem/model/ParseDataUtil.ts
features/noticeitem/src/main/ets/com/ohos/noticeItem/model/rule/RuleController.ts
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/NotificationListComponent.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/actionComponent.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/bannerNotificationItem.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/basicItem.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/confirmDialog.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/customItem.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/devicesDialog.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/generalItem.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/groupItem.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/iconListComponent.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/longItem.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/multiItem.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/notificationItem.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/pictureItem.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/settingDialog.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/view/item/titleItem.ets
features/noticeitem/src/main/ets/com/ohos/noticeItem/viewmodel/ViewModel.ts
features/noticeitem/src/main/ets/components/MainPage/MainPage.ets
features/noticeitem/src/main/module.json5
features/noticeitem/src/main/resources/base/element/color.json
features/noticeitem/src/main/resources/base/element/float.json
features/noticeitem/src/main/resources/base/element/string.json
features/noticeitem/src/main/resources/base/media/ic_close.svg
features/noticeitem/src/main/resources/base/media/ic_notification_down.png
features/noticeitem/src/main/resources/base/media/ic_notification_up.png
features/noticeitem/src/main/resources/base/media/ic_public_delete_filled.svg
features/noticeitem/src/main/resources/base/media/ic_public_settings_filled.svg
features/noticeitem/src/main/resources/base/media/send.svg
features/noticeitem/src/main/resources/en_US/element/string.json
features/noticeitem/src/main/resources/phone/element/color.json
features/noticeitem/src/main/resources/phone/element/float.json
features/noticeitem/src/main/resources/rawfile/notificationConfig.json
features/noticeitem/src/main/resources/zh_CN/element/string.json
features/screenlock/.gitignore
features/screenlock/build-profile.json5
features/screenlock/hvigorfile.js
features/screenlock/index.ets
features/screenlock/oh-package.json5
features/screenlock/src/main/ets/com/ohos/common/constants.ts
features/screenlock/src/main/ets/com/ohos/data/userData.ts
features/screenlock/src/main/ets/com/ohos/model/accountsModel.ts
features/screenlock/src/main/ets/com/ohos/model/screenLockModel.ts
features/screenlock/src/main/ets/com/ohos/model/screenLockService.ts
features/screenlock/src/main/ets/com/ohos/model/screenlockStyle.ts
features/screenlock/src/main/ets/com/ohos/view/component/accounts.ets
features/screenlock/src/main/ets/com/ohos/view/component/batterySoc.ets
features/screenlock/src/main/ets/com/ohos/view/component/customPSD.ets
features/screenlock/src/main/ets/com/ohos/view/component/digitalPSD.ets
features/screenlock/src/main/ets/com/ohos/view/component/lockIcon.ets
features/screenlock/src/main/ets/com/ohos/view/component/mixedPSD.ets
features/screenlock/src/main/ets/com/ohos/view/component/numkeyBoard.ets
features/screenlock/src/main/ets/com/ohos/view/component/statusBar.ets
features/screenlock/src/main/ets/com/ohos/vm/StatusBarVM.ts
features/screenlock/src/main/ets/com/ohos/vm/accountsViewModel.ts
features/screenlock/src/main/ets/com/ohos/vm/baseViewModel.ts
features/screenlock/src/main/ets/com/ohos/vm/batterySocViewModel.ets
features/screenlock/src/main/ets/com/ohos/vm/customPSDViewModel.ts
features/screenlock/src/main/ets/com/ohos/vm/digitalPSDViewModel.ts
features/screenlock/src/main/ets/com/ohos/vm/lockIconViewModel.ts
features/screenlock/src/main/ets/com/ohos/vm/mixedPSDViewModel.ts
features/screenlock/src/main/ets/components/MainPage/MainPage.ets
features/screenlock/src/main/module.json5
features/screenlock/src/main/resources/base/element/color.json
features/screenlock/src/main/resources/base/element/float.json
features/screenlock/src/main/resources/base/element/string.json
features/screenlock/src/main/resources/base/media/delete_all.png
features/screenlock/src/main/resources/base/media/ic_hollow_dot.svg
features/screenlock/src/main/resources/base/media/ic_public_lock_filled.svg
features/screenlock/src/main/resources/base/media/ic_public_unlock_filled.svg
features/screenlock/src/main/resources/base/media/ic_solid_dot.svg
features/screenlock/src/main/resources/base/media/ic_user_portrait.svg
features/screenlock/src/main/resources/base/media/lock.png
features/screenlock/src/main/resources/base/media/unlock.png
features/screenlock/src/main/resources/en_US/element/string.json
features/screenlock/src/main/resources/phone/element/float.json
features/screenlock/src/main/resources/phone/element/string.json
features/screenlock/src/main/resources/rawfile/antiTouch.json
features/screenlock/src/main/resources/rawfile/screenlock.json
features/screenlock/src/main/resources/zh_CN/element/string.json
features/shortcutcomponent/.gitignore
features/shortcutcomponent/build-profile.json5
features/shortcutcomponent/hvigorfile.js
features/shortcutcomponent/index.ets
features/shortcutcomponent/oh-package.json5
features/shortcutcomponent/src/main/ets/com/ohos/common/constants.ts
features/shortcutcomponent/src/main/ets/com/ohos/view/component/shortcut.ets
features/shortcutcomponent/src/main/ets/com/ohos/vm/shortcutViewModel.ts
features/shortcutcomponent/src/main/ets/components/MainPage/MainPage.ets
features/shortcutcomponent/src/main/module.json5
features/shortcutcomponent/src/main/resources/base/element/color.json
features/shortcutcomponent/src/main/resources/base/element/float.json
features/shortcutcomponent/src/main/resources/base/element/string.json
features/shortcutcomponent/src/main/resources/base/media/reboot.svg
features/shortcutcomponent/src/main/resources/base/media/shutdown.svg
features/shortcutcomponent/src/main/resources/en_US/element/string.json
features/shortcutcomponent/src/main/resources/zh_CN/element/string.json
features/signalcomponent/.gitignore
features/signalcomponent/build-profile.json5
features/signalcomponent/hvigorfile.js
features/signalcomponent/index.ets
features/signalcomponent/oh-package.json5
features/signalcomponent/src/main/ets/components/MainPage/MainPage.ets
features/signalcomponent/src/main/ets/default/app.ets
features/signalcomponent/src/main/ets/default/common/StyleConfiguration.ts
features/signalcomponent/src/main/ets/default/common/constants.ts
features/signalcomponent/src/main/ets/default/pages/signalIcon.ets
features/signalcomponent/src/main/ets/default/signalModel.ts
features/signalcomponent/src/main/module.json5
features/signalcomponent/src/main/resources/base/element/color.json
features/signalcomponent/src/main/resources/base/element/float.json
features/signalcomponent/src/main/resources/base/element/string.json
features/signalcomponent/src/main/resources/base/media/ic_statusbar_signal_1.svg
features/signalcomponent/src/main/resources/base/media/ic_statusbar_signal_2.svg
features/signalcomponent/src/main/resources/base/media/ic_statusbar_signal_3.svg
features/signalcomponent/src/main/resources/base/media/ic_statusbar_signal_4.svg
features/signalcomponent/src/main/resources/base/media/ic_statusbar_signal_full.svg
features/signalcomponent/src/main/resources/base/media/ic_statusbar_signal_no.svg
features/signalcomponent/src/main/resources/base/media/ic_statusbar_signal_roaming.png
features/signalcomponent/src/main/resources/base/media/ic_statusbar_signal_wait.png
features/signalcomponent/src/main/resources/base/media/ic_statusbar_wifi_connect.png
features/signalcomponent/src/main/resources/base/media/icon.png
features/signalcomponent/src/main/resources/en_US/element/string.json
features/signalcomponent/src/main/resources/phone/element/float.json
features/signalcomponent/src/main/resources/phone/media/ic_statusbar_signal_1.svg
features/signalcomponent/src/main/resources/phone/media/ic_statusbar_signal_2.svg
features/signalcomponent/src/main/resources/phone/media/ic_statusbar_signal_3.svg
features/signalcomponent/src/main/resources/phone/media/ic_statusbar_signal_4.svg
features/signalcomponent/src/main/resources/phone/media/ic_statusbar_signal_full.svg
features/signalcomponent/src/main/resources/phone/media/ic_statusbar_signal_no.svg
features/signalcomponent/src/main/resources/phone/media/ic_statusbar_signal_roaming.png
features/signalcomponent/src/main/resources/phone/media/ic_statusbar_signal_wait.png
features/signalcomponent/src/main/resources/phone/media/ic_statusbar_wifi_connect.png
features/signalcomponent/src/main/resources/phone/media/icon.png
features/signalcomponent/src/main/resources/zh_CN/element/string.json
features/wallpapercomponent/.gitignore
features/wallpapercomponent/build-profile.json5
features/wallpapercomponent/hvigorfile.js
features/wallpapercomponent/index.ets
features/wallpapercomponent/oh-package.json5
features/wallpapercomponent/src/main/ets/com/ohos/common/constants.ts
features/wallpapercomponent/src/main/ets/com/ohos/view/component/wallpaper.ets
features/wallpapercomponent/src/main/ets/com/ohos/vm/wallpaperViewModel.ts
features/wallpapercomponent/src/main/ets/components/MainPage/MainPage.ets
features/wallpapercomponent/src/main/module.json5
features/wallpapercomponent/src/main/resources/base/element/string.json
features/wificomponent/.gitignore
features/wificomponent/build-profile.json5
features/wificomponent/hvigorfile.js
features/wificomponent/index.ets
features/wificomponent/oh-package.json5
features/wificomponent/src/main/ets/components/MainPage/MainPage.ets
features/wificomponent/src/main/ets/default/app.ets
features/wificomponent/src/main/ets/default/common/StyleConfiguration.ts
features/wificomponent/src/main/ets/default/common/constants.ts
features/wificomponent/src/main/ets/default/pages/wifiIcon.ets
features/wificomponent/src/main/ets/default/wifiModel.ts
features/wificomponent/src/main/module.json5
features/wificomponent/src/main/resources/base/element/float.json
features/wificomponent/src/main/resources/base/element/string.json
features/wificomponent/src/main/resources/base/media/ic_statusbar_wifi_1.svg
features/wificomponent/src/main/resources/base/media/ic_statusbar_wifi_2.svg
features/wificomponent/src/main/resources/base/media/ic_statusbar_wifi_3.svg
features/wificomponent/src/main/resources/base/media/ic_statusbar_wifi_full.svg
features/wificomponent/src/main/resources/base/media/ic_statusbar_wifi_no.svg
features/wificomponent/src/main/resources/base/media/icon.png
features/wificomponent/src/main/resources/phone/element/float.json
features/wificomponent/src/main/resources/phone/media/ic_statusbar_wifi_1.svg
features/wificomponent/src/main/resources/phone/media/ic_statusbar_wifi_2.svg
features/wificomponent/src/main/resources/phone/media/ic_statusbar_wifi_3.svg
features/wificomponent/src/main/resources/phone/media/ic_statusbar_wifi_full.svg
features/wificomponent/src/main/resources/phone/media/ic_statusbar_wifi_no.svg
features/wificomponent/src/main/resources/phone/media/icon.png
hvigor/hvigor-config.json5
hvigor/hvigor-wrapper.js
hvigorfile.js
hvigorw
hvigorw.bat
infra/config_exts.gradle
oh-package.json5
product/pc/.gitignore
product/pc/build-profile.json5
product/pc/build.gradle
product/pc/hvigorfile.js
product/pc/oh-package.json5
product/pc/src/main/ets/Application/AbilityStage.ts
product/pc/src/main/ets/ServiceExtAbility/ServiceExtAbility.ts
product/pc/src/main/ets/common/StyleConfiguration.ts
product/pc/src/main/ets/common/StyleManager.ts
product/pc/src/main/ets/common/constants.ts
product/pc/src/main/ets/pages/customPassword.ets
product/pc/src/main/ets/pages/customscreenlock.ets
product/pc/src/main/ets/pages/digitalPassword.ets
product/pc/src/main/ets/pages/index.ets
product/pc/src/main/ets/pages/journalscreenlock.ets
product/pc/src/main/ets/pages/mixedPassword.ets
product/pc/src/main/ets/pages/slidescreenlock.ets
product/pc/src/main/ets/vm/indexViewModel.ts
product/pc/src/main/ets/vm/slideScreenLockViewModel.ts
product/pc/src/main/module.json5
product/pc/src/main/resources/base/element/color.json
product/pc/src/main/resources/base/element/float.json
product/pc/src/main/resources/base/element/string.json
product/pc/src/main/resources/base/media/delete_all.png
product/pc/src/main/resources/base/media/ic_close.svg
product/pc/src/main/resources/base/media/ic_hollow_dot.svg
product/pc/src/main/resources/base/media/ic_notification_down.png
product/pc/src/main/resources/base/media/ic_notification_up.png
product/pc/src/main/resources/base/media/ic_public_delete_filled.svg
product/pc/src/main/resources/base/media/ic_public_lock_filled.svg
product/pc/src/main/resources/base/media/ic_public_settings_filled.svg
product/pc/src/main/resources/base/media/ic_public_unlock_filled.svg
product/pc/src/main/resources/base/media/ic_solid_dot.svg
product/pc/src/main/resources/base/media/ic_statusbar_signal_1.svg
product/pc/src/main/resources/base/media/ic_statusbar_signal_2.svg
product/pc/src/main/resources/base/media/ic_statusbar_signal_3.svg
product/pc/src/main/resources/base/media/ic_statusbar_signal_4.svg
product/pc/src/main/resources/base/media/ic_statusbar_signal_full.svg
product/pc/src/main/resources/base/media/ic_statusbar_signal_no.svg
product/pc/src/main/resources/base/media/ic_statusbar_signal_roaming.png
product/pc/src/main/resources/base/media/ic_statusbar_signal_wait.png
product/pc/src/main/resources/base/media/ic_statusbar_wifi_1.svg
product/pc/src/main/resources/base/media/ic_statusbar_wifi_2.svg
product/pc/src/main/resources/base/media/ic_statusbar_wifi_3.svg
product/pc/src/main/resources/base/media/ic_statusbar_wifi_connect.png
product/pc/src/main/resources/base/media/ic_statusbar_wifi_full.svg
product/pc/src/main/resources/base/media/ic_statusbar_wifi_no.svg
product/pc/src/main/resources/base/media/ic_user_portrait.svg
product/pc/src/main/resources/base/media/icon.png
product/pc/src/main/resources/base/media/lock.png
product/pc/src/main/resources/base/media/reboot.svg
product/pc/src/main/resources/base/media/send.svg
product/pc/src/main/resources/base/media/shutdown.svg
product/pc/src/main/resources/base/media/unlock.png
product/pc/src/main/resources/base/profile/main_pages.json
product/pc/src/main/resources/en_US/element/string.json
product/pc/src/main/resources/zh_CN/element/string.json
product/phone/.gitignore
product/phone/build-profile.json5
product/phone/build.gradle
product/phone/hvigorfile.js
product/phone/oh-package.json5
product/phone/src/main/ets/AbilityStage.ts
product/phone/src/main/ets/Application/AbilityStage.ts
product/phone/src/main/ets/ServiceExtAbility/ServiceExtAbility.ts
product/phone/src/main/ets/common/StyleConfiguration.ts
product/phone/src/main/ets/common/StyleManager.ts
product/phone/src/main/ets/common/constants.ts
product/phone/src/main/ets/pages/customPassword.ets
product/phone/src/main/ets/pages/customscreenlock.ets
product/phone/src/main/ets/pages/digitalPassword.ets
product/phone/src/main/ets/pages/index.ets
product/phone/src/main/ets/pages/journalscreenlock.ets
product/phone/src/main/ets/pages/mixedPassword.ets
product/phone/src/main/ets/pages/slidescreenlock.ets
product/phone/src/main/ets/vm/indexViewModel.ts
product/phone/src/main/ets/vm/slideScreenLockViewModel.ts
product/phone/src/main/module.json5
product/phone/src/main/resources/base/element/color.json
product/phone/src/main/resources/base/element/float.json
product/phone/src/main/resources/base/element/string.json
product/phone/src/main/resources/base/media/bg.png
product/phone/src/main/resources/base/media/delete_all.png
product/phone/src/main/resources/base/media/ic_close.svg
product/phone/src/main/resources/base/media/ic_hollow_dot.svg
product/phone/src/main/resources/base/media/ic_notification_down.png
product/phone/src/main/resources/base/media/ic_notification_up.png
product/phone/src/main/resources/base/media/ic_public_delete_filled.svg
product/phone/src/main/resources/base/media/ic_public_lock_filled.svg
product/phone/src/main/resources/base/media/ic_public_settings_filled.svg
product/phone/src/main/resources/base/media/ic_public_unlock_filled.svg
product/phone/src/main/resources/base/media/ic_solid_dot.svg
product/phone/src/main/resources/base/media/ic_statusbar_signal_1.svg
product/phone/src/main/resources/base/media/ic_statusbar_signal_2.svg
product/phone/src/main/resources/base/media/ic_statusbar_signal_3.svg
product/phone/src/main/resources/base/media/ic_statusbar_signal_4.svg
product/phone/src/main/resources/base/media/ic_statusbar_signal_full.svg
product/phone/src/main/resources/base/media/ic_statusbar_signal_no.svg
product/phone/src/main/resources/base/media/ic_statusbar_signal_roaming.png
product/phone/src/main/resources/base/media/ic_statusbar_signal_wait.png
product/phone/src/main/resources/base/media/ic_statusbar_wifi_1.svg
product/phone/src/main/resources/base/media/ic_statusbar_wifi_2.svg
product/phone/src/main/resources/base/media/ic_statusbar_wifi_3.svg
product/phone/src/main/resources/base/media/ic_statusbar_wifi_connect.png
product/phone/src/main/resources/base/media/ic_statusbar_wifi_full.svg
product/phone/src/main/resources/base/media/ic_statusbar_wifi_no.svg
product/phone/src/main/resources/base/media/ic_user_portrait.svg
product/phone/src/main/resources/base/media/icon.png
product/phone/src/main/resources/base/media/lock.png
product/phone/src/main/resources/base/media/reboot.svg
product/phone/src/main/resources/base/media/send.svg
product/phone/src/main/resources/base/media/shutdown.svg
product/phone/src/main/resources/base/media/unlock.png
product/phone/src/main/resources/base/profile/main_pages.json
product/phone/src/main/resources/en_US/element/string.json
product/phone/src/main/resources/zh_CN/element/string.json
signature/systemui.p7b