Skip to content

Commit

Permalink
[Fix] Fix crash due to applicationId change.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Apr 26, 2017
1 parent 3ac0455 commit a53cde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/src/main/res/xml/preferences_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Preference
android:title="@string/pref_title_pattern_lock">
<intent
android:targetPackage="me.zhanghai.android.patternlock.sample"
android:targetPackage="me.zhanghai.android.patternlock.sample2"
android:targetClass="me.zhanghai.android.patternlock.sample.app.PatternLockActivity" />
</Preference>

Expand All @@ -27,7 +27,7 @@
<Preference
android:title="@string/pref_title_about">
<intent
android:targetPackage="me.zhanghai.android.patternlock.sample"
android:targetPackage="me.zhanghai.android.patternlock.sample2"
android:targetClass="me.zhanghai.android.patternlock.sample.app.AboutActivity" />
</Preference>
</PreferenceScreen>

0 comments on commit a53cde5

Please sign in to comment.