Skip to content

Instantly share code, notes, and snippets.

View Sammiches327's full-sized avatar
💭
I may be slow to respond.

Sammiches Sammiches327

💭
I may be slow to respond.
  • California
View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8"/>
<uses-permission android:name="android.permission.READ_CONTACTS" />
<application android:label="@string/app_name">