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

Commit e7668660 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move a few classes around for easier ownership control"

parents d4ab1496 5db43105
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
        android:key="zen_access"
        android:title="@string/manage_zen_access_title"
        android:fragment="com.android.settings.notification.ZenAccessSettings"
        settings:controller="com.android.settings.applications.specialaccess.ZenAccessController" />
        settings:controller="com.android.settings.applications.specialaccess.zenaccess.ZenAccessController" />

    <Preference
        android:key="write_settings_apps"
+2 −0
Original line number Diff line number Diff line
beverlyt@google.com
juliacr@google.com
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.settings.applications.specialaccess;
package com.android.settings.applications.specialaccess.zenaccess;

import android.app.ActivityManager;
import android.content.Context;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.settings.applications.specialaccess;
package com.android.settings.applications.specialaccess.zenaccess;

import static com.google.common.truth.Truth.assertThat;