[android][manifest] Added sharedUserId to allow files access from future paid app version

This commit is contained in:
Alex Zolotarev 2012-02-13 02:22:32 +03:00 committed by Alex Zolotarev
parent f4e5a9b02e
commit a24341d4e0

View file

@ -3,7 +3,9 @@
package="com.mapswithme.maps"
android:versionCode="200"
android:versionName="2.0.0"
android:installLocation="preferExternal">
android:installLocation="preferExternal"
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/app_name">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="14"/>
<uses-feature android:glEsVersion="0x00010001" />
<uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch" />