From d7db5d514a05e6470d8d4b525bd9596cbebae588 Mon Sep 17 00:00:00 2001 From: Bjoern Johansson Date: Wed, 25 May 2016 18:26:14 -0700 Subject: [PATCH] Remove Dev Settings app from emulator images The Dev Settings app currently just launches an intent that is received by the regular Settings app. However, since N the Settings app only receives the intent when developer mode is enabled. If it is not enabled the Dev Settings app will crash. Since the Dev Settings app doesn't really add much benefit this change removes it from the emulator system images to prevent this issue. The user will have to access the developer settings from the regular Settings app just like on a physical device. BUG: 27549126 Change-Id: I8191f9003bb452ef76c4b236b965368b48be3d25 --- target/product/sdk_base.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/product/sdk_base.mk b/target/product/sdk_base.mk index 2945f8ca3..ebe3708b7 100644 --- a/target/product/sdk_base.mk +++ b/target/product/sdk_base.mk @@ -21,7 +21,6 @@ PRODUCT_PACKAGES := \ CubeLiveWallpapers \ CustomLocale \ Development \ - DevelopmentSettings \ Dialer \ EmulatorSmokeTests \ Fallback \