Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.

Commit bc16aa4

Browse files
committed
[Android] Update jar file for android
1 parent 34f2eba commit bc16aa4

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

Assets/Plugins/Android/AndroidManifest.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest package="com.hyeon.bluetoothPlugin"
2+
<manifest package="com.orcacode.hyeon.bluetoothplugin"
33
xmlns:android="http://schemas.android.com/apk/res/android">
44

55
<uses-permission android:name="android.permission.INTERNET"/>
@@ -12,12 +12,12 @@
1212
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
1313

1414
<application
15-
android:icon="@drawable/app_icon"
1615
android:label="@string/app_name">
1716
<activity
18-
android:name="com.orcacode.hyeon.bluetoothPlugin.BluetoothPlugin"
17+
android:name="com.orcacode.hyeon.bluetoothplugin.BluetoothPlugin"
1918
android:label="@string/app_name"
2019
android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen">
20+
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
2121
<intent-filter>
2222
<action android:name="android.intent.action.MAIN" />
2323
<category android:name="android.intent.category.LAUNCHER" />
16.1 KB
Binary file not shown.

Assets/Plugins/Android/BluetoothPlugin.jar.meta

+33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)