diff options
author | Sven Gothel <[email protected]> | 2019-12-10 19:01:40 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-10 19:01:40 +0100 |
commit | eb6dfabd7427a1836f6b1d2080422f98808ea0a4 (patch) | |
tree | 5457ed8dc7eff6814bc878033fac97f4c2d0ebc5 /make/Manifest-android-launcher | |
parent | 19761070e12f65fe7a07e6d9b7a5221a1623b12d (diff) |
Bug 1417 - Android: Manifest*-android* can no more have 'Name: <folder>' directives for apk
The 'Name <folder>' leads new apk to claim the missing resources (the folder actually)
and fails to install the apk.
Hence removed tagging the folders sealed.
Diffstat (limited to 'make/Manifest-android-launcher')
-rwxr-xr-x | make/Manifest-android-launcher | 3 |
1 files changed, 0 insertions, 3 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 - |