From eb6dfabd7427a1836f6b1d2080422f98808ea0a4 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 10 Dec 2019 19:01:40 +0100 Subject: Bug 1417 - Android: Manifest*-android* can no more have 'Name: ' directives for apk The 'Name ' leads new apk to claim the missing resources (the folder actually) and fails to install the apk. Hence removed tagging the folders sealed. --- make/Manifest-android-launcher | 3 --- make/Manifest-rt-android | 6 ------ 2 files changed, 9 deletions(-) diff --git a/make/Manifest-android-launcher b/make/Manifest-android-launcher index 02f21ec..6bfa890 100755 --- a/make/Manifest-android-launcher +++ b/make/Manifest-android-launcher @@ -22,6 +22,3 @@ Permissions: all-permissions Application-Library-Allowable-Codebase: * @JAR_CODEBASE_TAG@ -Name: jogamp/android/launcher/ -Sealed: true - diff --git a/make/Manifest-rt-android b/make/Manifest-rt-android index d7058ee..4897ac9 100755 --- a/make/Manifest-rt-android +++ b/make/Manifest-rt-android @@ -22,9 +22,3 @@ Permissions: all-permissions Application-Library-Allowable-Codebase: * @JAR_CODEBASE_TAG@ -Name: jogamp/common/ -Sealed: true - -Name: com/jogamp/common/ -Sealed: true - -- cgit v1.2.3