Skip to content

Commit

Permalink
Remove temporary activities from debug manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
renanferrari committed May 19, 2020
1 parent 5e93513 commit 24d52e8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions WordPress/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@
tools:replace="android:name,android:supportsRtl"
android:name=".WordPressDebug"
android:supportsRtl="true">

<!-- Temporarily adding these activities here, so we are able to launch them from adb -->
<activity
android:name=".ui.accounts.LoginEpilogueActivity"
android:label="@string/login_epilogue_screen_title"
android:theme="@style/LoginTheme"
android:exported="true" />

<activity
android:name=".ui.accounts.SignupEpilogueActivity"
android:label="@string/signup_epilogue_screen_title"
android:theme="@style/LoginTheme"
android:exported="true" />
</application>

<!--
Expand Down

0 comments on commit 24d52e8

Please sign in to comment.