move ".views.panic" to ".panic", it has more than just Views

This commit is contained in:
Hans-Christoph Steiner
2019-06-17 11:01:25 +02:00
parent 69642d88f7
commit ef90fd2dfd
13 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
package org.fdroid.fdroid.views.panic;
package org.fdroid.fdroid.panic;
import android.content.Context;
import android.content.res.Resources;

View File

@@ -1,4 +1,4 @@
package org.fdroid.fdroid.views.panic;
package org.fdroid.fdroid.panic;
import android.content.Context;
import android.support.v7.preference.Preference;

View File

@@ -1,4 +1,4 @@
package org.fdroid.fdroid.views.panic;
package org.fdroid.fdroid.panic;
import android.support.v7.app.AppCompatActivity;

View File

@@ -1,4 +1,4 @@
package org.fdroid.fdroid.views.panic;
package org.fdroid.fdroid.panic;
import android.os.Bundle;
import android.support.v7.app.ActionBar;

View File

@@ -1,4 +1,4 @@
package org.fdroid.fdroid.views.panic;
package org.fdroid.fdroid.panic;
import android.app.Activity;
import android.content.ComponentName;

View File

@@ -1,4 +1,4 @@
package org.fdroid.fdroid.views.panic;
package org.fdroid.fdroid.panic;
import android.app.Activity;
import android.content.BroadcastReceiver;

View File

@@ -1,4 +1,4 @@
package org.fdroid.fdroid.views.panic;
package org.fdroid.fdroid.panic;
import android.app.Activity;
import android.support.annotation.NonNull;

View File

@@ -1,4 +1,4 @@
package org.fdroid.fdroid.views.panic;
package org.fdroid.fdroid.panic;
import android.app.Activity;
import android.support.annotation.NonNull;

View File

@@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
package org.fdroid.fdroid.views.panic;
package org.fdroid.fdroid.panic;
import android.annotation.SuppressLint;
import android.content.res.Resources;