Remove unneeded parentActivtyName attributes

This commit is contained in:
Branden Archer
2016-05-21 22:43:54 -04:00
parent 3fd45af7d9
commit 1c8ef34b8a

View File

@@ -36,14 +36,12 @@
android:name=".LoyaltyCardViewActivity"
android:theme="@style/AppTheme.NoActionBar"
android:configChanges="orientation|screenSize"
android:windowSoftInputMode="stateHidden"
android:parentActivityName="protect.card_locker.MainActivity"/>
android:windowSoftInputMode="stateHidden"/>
<activity
android:name=".ImportExportActivity"
android:label="@string/importExport"
android:configChanges="orientation|screenSize"
android:theme="@style/AppTheme.NoActionBar"
android:parentActivityName=".MainActivity"/>
android:theme="@style/AppTheme.NoActionBar"/>
</application>
</manifest>