commit | 236abad7976ef8182849702e31bf1b5926b08560 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Fri Dec 10 09:43:41 2021 -0800 |
committer | Makoto Onuki <omakoto@google.com> | Mon Dec 13 16:28:32 2021 -0800 |
tree | 3abff1a85d51b63513a918b27a8f4eced6226c45 | |
parent | 808fd192fafdcf127a5f614073c14c58f33d784e [diff] |
Support per-process Application class (package parser) Now the <process> tag supports `android:name`, which takes a custom Application class name. If omitted, the system defaults to the class set in the <application> tag, or the default class which is `android.app.Application`. Bug: 197264681 Test: atest CtsProcessTest Test: atest PackageManagerServiceUnitTests Change-Id: Iaf336cc34fe950c4b3d8887de557857f8c23dc83