Skip to content

Commit

Permalink
Temp hax
Browse files Browse the repository at this point in the history
Change-Id: I67464e420ad44f5d3c393fb995c853b952cc0a5e
  • Loading branch information
Flinny committed Dec 20, 2013
1 parent 06a3d7f commit 49959d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DeviceSettings/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
android:icon="@drawable/andromadus_settings"
android:label="@string/andromadus_settings" >
<intent-filter>
<action android:name="com.cyanogenmod.action.LAUNCH_DEVICE_SETTINGS" />
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

Expand Down
2 changes: 1 addition & 1 deletion DeviceSettings/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<string name="app_name">Advanced Settings</string>
<string name="app_name">Device Settings</string>

<string name="defaults_button">Reset to default</string>

Expand Down

0 comments on commit 49959d0

Please sign in to comment.