|
|
|
@ -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>
|
|
|
|
|