diff options
| author | 2017-03-23 11:13:22 -0400 | |
|---|---|---|
| committer | 2017-03-23 11:25:59 -0400 | |
| commit | cc5a731fd725a4687625c93cf8490b63ce99884f (patch) | |
| tree | ec19afff7b21bc39f932ae59a6c494c5b66e8c62 /libs/androidfw/include | |
| parent | ad63bafad002ea9b88091a9760a4760fb53943d7 (diff) | |
Remove "Allow persistent changes to the vendor overlay theme"
This reverts commit 2dc804be11444565e3d1d151c2a693db3ade94c0.
It also removes the related calls from UiModeManager.
Fixes: 32721178
Test: make & flash
Change-Id: Id371bccec611155cc6910e46b3277c3d27fc1c79
Diffstat (limited to 'libs/androidfw/include')
| -rw-r--r-- | libs/androidfw/include/androidfw/AssetManager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/androidfw/include/androidfw/AssetManager.h b/libs/androidfw/include/androidfw/AssetManager.h index becd307d114d..0441b9d789e2 100644 --- a/libs/androidfw/include/androidfw/AssetManager.h +++ b/libs/androidfw/include/androidfw/AssetManager.h @@ -66,11 +66,6 @@ public: * OVERLAY_DIR. */ static const char* OVERLAY_THEME_DIR_PROPERTY; - /** - * If OVERLAY_THEME_DIR_PERSIST_PROPERTY, use it to override - * OVERLAY_THEME_DIR_PROPERTY. - */ - static const char* OVERLAY_THEME_DIR_PERSIST_PROPERTY; static const char* TARGET_PACKAGE_NAME; static const char* TARGET_APK_PATH; static const char* IDMAP_DIR; |