Sha256: 92facd1fb8f062a3f1b99f66ee27d07c5a09c3e814bd7fb24a8582ff42ae18b5
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <!-- /* * Copyright (c) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.lolcat" android:versionCode="2" android:versionName="2.0"> <application android:icon="@drawable/app_icon" android:label="Lolcat Builder"> <activity android:name="LolcatActivity"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> </activity> </application> </manifest>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
remi-andrake-0.1.0 | examples/more-apps/LolcatBuilder/AndroidManifest.xml |
remi-andrake-0.1.0 | examples/android/LolcatBuilder/AndroidManifest.xml |