1<?xml version="1.0" encoding="utf-8"?> 2 3<manifest xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:tools="http://schemas.android.com/tools" 5 android:sharedUserId="android.uid.system" 6 android:sharedUserMaxSdkVersion="19" 7 package="com.example.helloworld"> 8 9 <application android:hasCode="false" android:label="Empty" /> 10 11</manifest> 12