mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-15 05:28:51 -06:00
Remove package id from manifest
This commit is contained in:
@@ -31,6 +31,7 @@ tasks.compileLint {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "org.isoron.uhabits"
|
||||
|
||||
compileSdk = 32
|
||||
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
~ You should have received a copy of the GNU General Public License along
|
||||
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.isoron.uhabits">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
@@ -216,7 +215,8 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<receiver android:name=".receivers.WidgetReceiver"
|
||||
<receiver
|
||||
android:name=".receivers.WidgetReceiver"
|
||||
android:exported="true"
|
||||
android:permission="false">
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user