Merge "updater_sample: run as a systemp app"
This commit is contained in:
@@ -18,8 +18,8 @@ LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_PACKAGE_NAME := SystemUpdaterSample
|
||||
LOCAL_MODULE_TAGS := samples
|
||||
LOCAL_SDK_VERSION := system_current
|
||||
LOCAL_PRIVILEGED_MODULE := true
|
||||
|
||||
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
|
||||
<uses-sdk android:minSdkVersion="27" android:targetSdkVersion="27" />
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM" />
|
||||
|
||||
<application
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
|
||||
Reference in New Issue
Block a user