The Dev Tools app now tries to add a link to Development Settings at the top of its list. Also add a new "Development Settings" app that directly takes you to the development settings activity, as a stand-alone app that could be distributed as a regular third party app. Change-Id: I8fe2b6a32cf4e37d69f4ce7b8d646a147b492d99
7 lines
119 B
Makefile
7 lines
119 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_PACKAGE_NAME := DevelopmentSettings
|
|
|
|
include $(BUILD_PACKAGE)
|