Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7961a0fc authored by jackmu95's avatar jackmu95
Browse files

Fix the build

Fix a build error caused by this http://review.cyanogenmod.org/#/c/32038/  commit.

Change-Id: I83df6bf0e54160b3fcd755e7b3077d10391dbaf2
parent dbd53d5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ public class PlatLogoActivity extends Activity {
                        .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
                            | Intent.FLAG_ACTIVITY_CLEAR_TASK
                            | Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS)
                        .putExtra("is_cid", isCid)
                        .putExtra("is_cid", mIsCid)
                        .addCategory("com.android.internal.category.PLATLOGO"));
                        //.setClassName("com.android.systemui","com.android.systemui.BeanBag"));
                } catch (ActivityNotFoundException ex) {