Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Remove task affinity
Browse files Browse the repository at this point in the history
Refs #804
  • Loading branch information
M66B committed Nov 21, 2013
1 parent a3f63c0 commit c55db22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
</activity>
<activity
android:name=".ActivityApp"
android:parentActivityName=".ActivityMain"
android:taskAffinity=".ActivityMain" >
android:parentActivityName=".ActivityMain" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="biz.bokhorst.xprivacy.ActivityMain" />
Expand Down

0 comments on commit c55db22

Please sign in to comment.