Added notification to alert the user if data sharing is not enabled, and provide information on why it is good to enable it.
This commit is contained in:
@@ -35,6 +35,13 @@
|
||||
android:showAsAction="never|withText"
|
||||
android:title="@string/data_sharing_log_in" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_about_datasharing"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
android:showAsAction="never|withText"
|
||||
android:title="About Data Sharing..." />
|
||||
|
||||
</group>
|
||||
<group android:id="@+id/grp4">
|
||||
<item
|
||||
|
||||
Reference in New Issue
Block a user