Fixed various lint issues

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-06-02 17:05:34 -04:00
parent b211c3d829
commit 4f1ff722ae
5 changed files with 47 additions and 50 deletions

View File

@@ -15,23 +15,21 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE" >
</uses-permission>
<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="14" />
<application android:label="@string/app_name" >
<service
android:name="SkyHookService"
android:name="com.TwentyCodes.android.SkyHook.SkyHookService"
android:process=":locationservice" >
</service>
<receiver
android:name="com.TwentyCodes.android.location.ServiceWakeUpReceiver"
android:process=":startinglocationservice" >
</receiver>
<service
android:name="com.TwentyCodes.android.location.LocationService"
android:name="LocationService"
android:process=":locationservice" >
</service>
<activity android:name="Splash" >
<activity android:name="com.TwentyCodes.android.SkyHook.Splash" >
</activity>
</application>