Skip to content

Commit

Permalink
Fixed android manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-vrtech committed Jan 7, 2023
1 parent d4c447c commit d2bb5dd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 107 deletions.
2 changes: 1 addition & 1 deletion UnityResources/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</intent-filter>
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
</activity>
<activity android:name="com.tony.bluetoothunityapi.EmptyActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<activity android:name="com.harrysoft.androidbluetoothserial" android:theme="@android:style/Theme.Translucent.NoTitleBar" />
</application>
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
Expand Down
Binary file not shown.
Binary file removed UnityResources/Plugins/ArduinoBluetoothAPI.dll
Binary file not shown.
106 changes: 0 additions & 106 deletions UnityResources/Plugins/ArduinoBluetoothAPI.dll.meta

This file was deleted.

0 comments on commit d2bb5dd

Please sign in to comment.