-
Notifications
You must be signed in to change notification settings - Fork 6
Feature/Convert to Android Studio project and other miscellaneous updates #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| package="com.ford.mobileweather" | ||
| android:versionCode="26" | ||
| android:versionName="1.7.14 " > | ||
| package="com.ford.mobileweather"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should rename this package, and thus all the code packages as well. com.sdl.mobileweather should work fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I will update the package name to com.sdl.mobileweather.
| <service android:name="com.ford.mobileweather.noaa.NOAAService" > | ||
| </service> | ||
| <!--<service android:name="com.ford.mobileweather.noaa.NOAAService" >--> | ||
| <!--</service>--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason this is commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really :) I will just remove it completely.
| @@ -1,7 +1,6 @@ | |||
| package com.ford.mobileweather.activity; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The onCreate method should include the call to SmartDeviceLinkReceiver.queryForConnectedService(this);
Uh oh!
There was an error while loading. Please reload this page.