Skip to content

Commit

Permalink
Remove custom activity
Browse files Browse the repository at this point in the history
Not required anymore as Unity fixed the problem on their end.
  • Loading branch information
Hemaolle committed Aug 24, 2017
1 parent 271568c commit 820dd7a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 97 deletions.
9 changes: 0 additions & 9 deletions demo/Assets/Plugins.meta

This file was deleted.

7 changes: 0 additions & 7 deletions demo/Assets/Plugins/Android.meta

This file was deleted.

30 changes: 0 additions & 30 deletions demo/Assets/Plugins/Android/AndroidManifest.xml

This file was deleted.

6 changes: 0 additions & 6 deletions demo/Assets/Plugins/Android/AndroidManifest.xml.meta

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:debuggable="true">
<activity android:name="com.bkmin.android.UnityPlayerNotOnTopActivity"
<activity android:name="com.unity3d.player.UnityPlayerActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 820dd7a

Please sign in to comment.