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
@Ahere
Ahere / AndroidManifest.xml
Created October 17, 2019 09:32 — forked from rmdwirizki/AndroidManifest.xml
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