summaryrefslogtreecommitdiff
path: root/remoteExample/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
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" >