From f761e43904a0b4b9d7a03c7c1f84d521c372eb79 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Wed, 10 Jul 2019 12:10:36 +0800 Subject: [PATCH] Fix *.love file association in Nougat and later. Note that the file association is rather hacky but I can't find any method which is compatible in Nougat and later as file:// URI is banned there. --- app/src/main/AndroidManifest.xml | 18 +++++++++++++++++- .../java/org/love2d/android/GameActivity.java | 4 ++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 10f24cfb..8b99fe87 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,7 +3,7 @@ android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android"> - + @@ -35,6 +35,22 @@ + + + + + + + + + + + + + + + +