Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wxuanguang committed Jun 14, 2016
1 parent ec831e4 commit 3fc7bfe
Show file tree
Hide file tree
Showing 10 changed files with 469 additions and 114 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.baisoft.stopwatch"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true" >
<activity android:name=".MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

</application>
<uses-sdk android:minSdkVersion="4" />

</manifest>

This file was deleted.

Loading

0 comments on commit 3fc7bfe

Please sign in to comment.