Skip to content

Commit

Permalink
Add simple icon. Add some debugging output.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkanis committed Jun 11, 2011
1 parent 73fd4b1 commit 568baae
Show file tree
Hide file tree
Showing 4 changed files with 3,971 additions and 6 deletions.
9 changes: 6 additions & 3 deletions AndroidManifest.xml
@@ -1,15 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.skweez.autosync" android:versionCode="1"
package="net.skweez.wifisync" android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" />

<application>
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_wifisync">

<receiver android:name="net.skweez.wifisync.SyncOnWifiStateReceiver">
<receiver android:name=".SyncOnWifiStateReceiver">
<intent-filter>
<action android:name="android.net.wifi.STATE_CHANGE" />
<action android:name="android.net.wifi.supplicant.CONNECTION_CHANGE" />

<action android:name="android.net.wifi.supplicant.STATE_CHANGE" />
<action android:name="android.net.wifi.WIFI_STATE_CHANGED" />
</intent-filter>
</receiver>

Expand Down

0 comments on commit 568baae

Please sign in to comment.