Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Ahere's full-sized avatar

Ahere George Odongo Ahere

  • Nairobi - Kenya /Nanjing -China.
View GitHub Profile
@rmdwirizki
rmdwirizki / AndroidManifest.xml
Last active October 29, 2023 20:39
Sample How to Send SMS in Android using Unity3D and SMS Manager. (without opening SMS Composer)
<?xml version="1.0" encoding="utf-8"?>
<!-- Directory : [Project]/Assets/Plugins/Android/AndroidManifest.xml -->
<!-- Configure according to your android application information. -->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.unity3d.player"
android:installLocation="preferExternal"
android:versionCode="1"
android:versionName="1.0">
<supports-screens