mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: SamsungParts: Specify common package name
* Crashing due to noclassdef Change-Id: I5b898c8e02155a60dfcc153d4fa7a345cac5416c Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
75b2f9edbc
commit
da01e6dcbe
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
android:fullBackupOnly="true"
|
||||
android:allowBackup="true">
|
||||
<activity
|
||||
android:name=".DeviceSettingsActivity"
|
||||
android:name="com.eurekateam.samsungextras.DeviceSettingsActivity"
|
||||
android:exported="true"
|
||||
android:excludeFromRecents="true"
|
||||
android:launchMode="singleTask">
|
||||
|
|
|
|||
Loading…
Reference in a new issue