Prosjekt2-09arduino / ArduinoStore

Apache License 2.0
3 stars 1 forks source link

Create settings and preferences #26

Closed rtc11 closed 11 years ago

rtc11 commented 11 years ago

In case i forget:

If we want settings to start at the beginning of the app: use this instead:

<activity android:name=".MyPreferenceClass"
              android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
</activity>