Fixed various lint issues
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user