Added a progress circle to the mapfragment
the progress circle will be used to indicate that there is work being done in the background Change-Id: Id2929f5be68fce0d223e18d8dd07babfcdb37a34 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -4,32 +4,6 @@
|
||||
android:versionCode="11"
|
||||
android:versionName="0.1.1" >
|
||||
|
||||
<application android:label="@string/app_name" >
|
||||
<service
|
||||
android:name="SkyHookService"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:process=":locationservice" >
|
||||
</service>
|
||||
|
||||
<receiver
|
||||
android:name="com.TwentyCodes.android.location.ServiceWakeUpReceiver"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:process=":startinglocationservice" >
|
||||
</receiver>
|
||||
|
||||
<service
|
||||
android:name="com.TwentyCodes.android.location.LocationService"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:process=":locationservice" >
|
||||
</service>
|
||||
|
||||
<activity android:name="Splash" >
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
||||
@@ -41,4 +15,24 @@
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE" >
|
||||
</uses-permission>
|
||||
|
||||
<application android:label="@string/app_name" >
|
||||
<service
|
||||
android:name="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:process=":locationservice" >
|
||||
</service>
|
||||
|
||||
<activity android:name="Splash" >
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user