Merge "updater_sample: run as a systemp app"

This commit is contained in:
Zhomart Mukhamejanov
2018-06-19 16:11:49 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -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"