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

..--

res/25-Apr-2025-2,416850

src/com/android/car/docklib/25-Apr-2025-3,1192,148

tests/25-Apr-2025-2,2961,798

Android.bpD25-Apr-20251.6 KiB6254

AndroidManifest.xmlD25-Apr-20251.9 KiB4217

OWNERSD25-Apr-2025188 96

READMED25-Apr-2025416 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