Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ <original-package android:name="com.android.gallery3d" /> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/> <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="28"/> <permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER" android:protectionLevel="signatureOrSystem" /> Loading gallerycommon/Android.mk +4 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ include $(CLEAR_VARS) LOCAL_MODULE := org.codeaurora.gallery.common LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_SDK_VERSION := 16 LOCAL_PRIVATE_PLATFORM_APIS := true LOCAL_JAVA_LIBRARIES += org.apache.http.legacy include $(BUILD_STATIC_JAVA_LIBRARY) Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ <original-package android:name="com.android.gallery3d" /> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/> <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="28"/> <permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER" android:protectionLevel="signatureOrSystem" /> Loading
gallerycommon/Android.mk +4 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ include $(CLEAR_VARS) LOCAL_MODULE := org.codeaurora.gallery.common LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_SDK_VERSION := 16 LOCAL_PRIVATE_PLATFORM_APIS := true LOCAL_JAVA_LIBRARIES += org.apache.http.legacy include $(BUILD_STATIC_JAVA_LIBRARY)