aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/manifest-expected-completion17.txt
blob: 8244f0a8143f6d080ff54e364b319157a90a9b32 (plain)
1
2
3
4
5
6
7
8
Code completion in manifest.xml for ^android:versionCode="1":
xmlns:android
package : This attribute gives a unique name for the package, using a Java-style naming convention to avoid name collisions. For example, applications published by Google could have names of the form com.google.app.appname
android:versionCode : Internal version code.  [integer]
android:versionName : The text shown to the user to indicate the version they have.  [string]
android:sharedUserId : Specify the name of a user ID that will be shared between multiple  packages.  [string]
android:sharedUserLabel : Specify a label for the shared user UID of this package.  [reference]
android:installLocation : The default install location defined by an application.  [enum]