summaryrefslogtreecommitdiff
path: root/remoteExample/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-10-04 16:54:02 +0200
committerArne Schwabe <arne@rfc2549.org>2021-10-04 16:54:02 +0200
commit609fd8e2921a6c6a8238b7d469980d801bbcc79b (patch)
treeb231de2645368b2382da511fa4a83fdbe1cc7049 /remoteExample/src/main/AndroidManifest.xml
parentbcb6673af60694ce92f6ff2ce0a84c3352c3ad3b (diff)
Add Strictmode to remoteExample
Diffstat (limited to 'remoteExample/src/main/AndroidManifest.xml')
-rw-r--r--remoteExample/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoteExample/src/main/AndroidManifest.xml b/remoteExample/src/main/AndroidManifest.xml
index 2dce4ae9..8ba7ec79 100644
--- a/remoteExample/src/main/AndroidManifest.xml
+++ b/remoteExample/src/main/AndroidManifest.xml
@@ -11,7 +11,8 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
- android:allowBackup="true"
+ android:name=".RemoteExampleApplication"
+ android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >