From c71db5fc5a9715490a69ef8ef248668883bf5a13 Mon Sep 17 00:00:00 2001
From: Arne Schwabe <arne@rfc2549.org>
Date: Tue, 1 Nov 2022 16:20:16 +0100
Subject: Update remoteExample to current API

---
 remoteExample/src/main/AndroidManifest.xml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'remoteExample/src')

diff --git a/remoteExample/src/main/AndroidManifest.xml b/remoteExample/src/main/AndroidManifest.xml
index 8ba7ec79..c5b955f5 100644
--- a/remoteExample/src/main/AndroidManifest.xml
+++ b/remoteExample/src/main/AndroidManifest.xml
@@ -17,6 +17,7 @@
         android:label="@string/app_name"
         android:theme="@style/AppTheme" >
         <activity
+                android:exported="true"
             android:name="de.blinkt.openvpn.remote.MainActivity"
             android:label="@string/app_name" >
             <intent-filter>
-- 
cgit v1.2.3


From 653f6ef1bc1c4b857d8467d25bac5937d57102b5 Mon Sep 17 00:00:00 2001
From: Arne Schwabe <arne@rfc2549.org>
Date: Mon, 17 Apr 2023 14:56:49 +0200
Subject: Update gradle files

---
 remoteExample/src/main/AndroidManifest.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'remoteExample/src')

diff --git a/remoteExample/src/main/AndroidManifest.xml b/remoteExample/src/main/AndroidManifest.xml
index c5b955f5..311afc12 100644
--- a/remoteExample/src/main/AndroidManifest.xml
+++ b/remoteExample/src/main/AndroidManifest.xml
@@ -4,8 +4,7 @@
   ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
   -->
 
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="de.blinkt.openvpn.remote" >
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
 
 
     <uses-permission android:name="android.permission.INTERNET" />
-- 
cgit v1.2.3