Move a few classes around for easier ownership control
Bug: 128547723 Test: rebuild Change-Id: I8f0dcf30fee44eaae60e10510620fb518cded68f
This commit is contained in:
@@ -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"
|
||||
|
@@ -0,0 +1,2 @@
|
||||
beverlyt@google.com
|
||||
juliacr@google.com
|
@@ -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;
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user