• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

res/15-Dec-2024-2,389840

src/com/android/car/docklib/15-Dec-2024-3,0852,117

tests/15-Dec-2024-2,2951,797

Android.bpD15-Dec-20241.6 KiB6254

AndroidManifest.xmlD15-Dec-20241.7 KiB4016

OWNERSD15-Dec-2024188 96

READMED15-Dec-2024416 139

README

1# AAOS Dock
2
3This library is to provide dock functionality in AAOS.
4In this reference the dock exists in SystemUI in system bar but the purpose of this library is to
5allow dock to be placed on any surface.
6
7This library provides:
8- views and controllers
9- Broadcast receiver and permissions
10
11This library should only be used by one package in the system. This means there cannot be more than
12one dock in the system.
13