i migrated all strings to string.xml
i made PostActivity.java to get users input after a widget click i added post options to the settings.xml TravelPostWidget.java i added an if block to check users settings for posting LocationReceiver.java i made a convince method for posting and added an if block that generates a post base on users settings
This commit is contained in:
@@ -29,8 +29,9 @@
|
||||
<meta-data android:name="android.appwidget.provider" android:resource="@xml/travelpostwidgetinfo"/>
|
||||
</receiver>
|
||||
|
||||
<service android:process=":TravelPostLocationService" android:enabled="true" android:name="LocationService" android:exported="true"></service>
|
||||
<service android:process=":TravelPostLocationService" android:enabled="true" android:exported="true" android:name="com.TwentyCodes.android.location.LocationService"></service>
|
||||
<activity android:name="WebAuth" android:configChanges="orientation"></activity>
|
||||
<activity android:name="PostActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"></activity>
|
||||
</application>
|
||||
|
||||
<uses-sdk android:minSdkVersion="7" />
|
||||
|
||||
Reference in New Issue
Block a user