Obliczenia brydżowe (Android)
Jacek Kowalski
2015-01-17 7a519ea493c2c38d602dcd3045da81d4d4c0ce2c
commit | author | age
7a519e 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.jacekk.bridge">
JK 2     <application android:allowBackup="true" android:label="@string/app_name"
3         android:icon="@drawable/icon" android:theme="@style/AppTheme">
4         <activity android:name="net.jacekk.bridge.android.MainActivity"
5             android:label="@string/app_name">
6             <intent-filter>
7                 <action android:name="android.intent.action.MAIN"/>
8                 <category android:name="android.intent.category.LAUNCHER"/>
9             </intent-filter>
10         </activity>
11     </application>
12 </manifest>