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

..--

libs/23-Mar-2024-

protos/23-Mar-2024-8971

res/23-Mar-2024-494,816459,412

src/com/android/car/developeroptions/23-Mar-2024-239,756166,915

Android.mkD23-Mar-20242.6 KiB9257

AndroidManifest.xmlD23-Mar-202412.3 KiB202171

CleanSpec.mkD23-Mar-20242.6 KiB565

NOTICED23-Mar-202410.4 KiB191158

OWNERSD23-Mar-2024481 2116

PREUPLOAD.cfgD23-Mar-2024194 63

READMED23-Mar-2024547 108

color-check-baseline.xmlD23-Mar-2024163.9 KiB3,2653,059

proguard.flagsD23-Mar-20242.4 KiB6956

wrap_alpha.pyD23-Mar-20241.3 KiB4430

README

1This module is used to create a CarDeveloperOptions module which can be accessed via Car Settings
2for users who have enabled developer mode.
3
4The module contains a lot of duplicate/dead code from the phone settings project. This will be
5pruned over time to contain the minimal set of files necessary to access the developer options from
6car headunits.
7
8If the package name or module name changes, please make sure to update config.xml in the Car
9Settings project in order to make sure that developer options can still be accessed via Car
10Settings.