]> piware.de Git - android-PittiHelloWorld.git/blobdiff - app/src/main/AndroidManifest.xml
Two activities connected with an intent with a string message.
[android-PittiHelloWorld.git] / app / src / main / AndroidManifest.xml
index a104c54751da24e5614f9bfcd3f473556c82f78e..99c7675cc86954d7a0a5eaab68fae0ed3a8be570 100644 (file)
@@ -9,6 +9,7 @@
         android:roundIcon="@mipmap/ic_launcher_round"
         android:supportsRtl="true"
         android:theme="@style/AppTheme">
+        <activity android:name=".DisplayMessageActivity" android:parentActivityName=".MainActivity" />
         <activity android:name=".MainActivity">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />