Merge "Move a few classes around for easier ownership control"
This commit is contained in:
committed by
Android (Google) Code Review
commit
e7668660d5
@@ -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