Loading packages/ExtServices/Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.proguard LOCAL_PRIVILEGED_MODULE := true LOCAL_MIN_SDK_VERSION := 28 include $(BUILD_PACKAGE) # Use the following include to make our test apk. Loading packages/ExtServices/AndroidManifest.xml +4 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,10 @@ <uses-permission android:name="android.permission.MONITOR_DEFAULT_SMS_PACKAGE" /> <uses-permission android:name="android.permission.REQUEST_NOTIFICATION_ASSISTANT_SERVICE" /> <uses-sdk android:targetSdkVersion="28" /> <application android:label="@string/app_name" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true"> Loading Loading
packages/ExtServices/Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.proguard LOCAL_PRIVILEGED_MODULE := true LOCAL_MIN_SDK_VERSION := 28 include $(BUILD_PACKAGE) # Use the following include to make our test apk. Loading
packages/ExtServices/AndroidManifest.xml +4 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,10 @@ <uses-permission android:name="android.permission.MONITOR_DEFAULT_SMS_PACKAGE" /> <uses-permission android:name="android.permission.REQUEST_NOTIFICATION_ASSISTANT_SERVICE" /> <uses-sdk android:targetSdkVersion="28" /> <application android:label="@string/app_name" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true"> Loading